浏览代码

Reformatted API docs.

Piotrek Koszuliński 9 年之前
父节点
当前提交
5e6e92cf09
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      packages/ckeditor5-paragraph/src/paragraph.js

+ 5 - 2
packages/ckeditor5-paragraph/src/paragraph.js

@@ -3,6 +3,10 @@
  * For licensing, see LICENSE.md.
  */
 
+/**
+ * @module paragraph/paragraph
+ */
+
 import Plugin from '../core/plugin.js';
 import buildModelConverter from '../engine/conversion/buildmodelconverter.js';
 import buildViewConverter from '../engine/conversion/buildviewconverter.js';
@@ -11,8 +15,7 @@ import buildViewConverter from '../engine/conversion/buildviewconverter.js';
  * The paragraph feature for the editor.
  * Introduces the `<paragraph>` element in the model which renders as a `<p>` element in the DOM and data.
  *
- * @memberOf paragraph
- * @extends core.Plugin
+ * @extends module:core/plugin~Plugin
  */
 export default class Paragraph extends Plugin {
 	/**