JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / core / dataprocessor.js
index cb8fcba..fbd62ce 100644 (file)
@@ -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},\r
  * which handles HTML data. The editor may also handle other data formats by\r
  * using different data processors provided by specific plugins.\r
- * @name CKEDITOR.editor.dataProcessor\r
+ * @name CKEDITOR.editor.prototype.dataProcessor\r
  * @type CKEDITOR.dataProcessor\r
  */\r
 \r
 /**\r
- * Represents a data processor, which is responsible to translate and transform\r
- * the editor data on input and output.\r
- * This class is not really part of the API. It's here for documentation\r
- * purposes, and serves as the base ("interface") for data processors\r
+ * This class is here for documentation purposes only and is not really part of\r
+ * the API. It serves as the base ("interface") for data processors\r
  * implementation.\r
  * @name CKEDITOR.dataProcessor\r
- * @contructor\r
+ * @class Represents a data processor, which is responsible to translate and\r
+ *        transform the editor data on input and output.\r
  * @example\r
  */\r
 \r