X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fdataprocessor.js;h=fbd62ced20a46aa999591c9dc231ce19c12cdea3;hp=cb8fcba21cdf2d53bc92084fd6771261eceec102;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/dataprocessor.js b/_source/core/dataprocessor.js index cb8fcba..fbd62ce 100644 --- a/_source/core/dataprocessor.js +++ b/_source/core/dataprocessor.js @@ -15,18 +15,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license * Generaly it will point to an instance of {@link CKEDITOR.htmlDataProcessor}, * which handles HTML data. The editor may also handle other data formats by * using different data processors provided by specific plugins. - * @name CKEDITOR.editor.dataProcessor + * @name CKEDITOR.editor.prototype.dataProcessor * @type CKEDITOR.dataProcessor */ /** - * Represents a data processor, which is responsible to translate and transform - * the editor data on input and output. - * This class is not really part of the API. It's here for documentation - * purposes, and serves as the base ("interface") for data processors + * This class is here for documentation purposes only and is not really part of + * the API. It serves as the base ("interface") for data processors * implementation. * @name CKEDITOR.dataProcessor - * @contructor + * @class Represents a data processor, which is responsible to translate and + * transform the editor data on input and output. * @example */