浏览代码

Cleanup of docstrings.

Brian E. Granger 8 年之前
父节点
当前提交
83088ff5e6
共有 4 个文件被更改,包括 6 次插入3 次删除
  1. 1 1
      packages/cells/src/inputarea.ts
  2. 1 1
      packages/cells/src/widget.ts
  3. 1 1
      packages/notebook/src/model.ts
  4. 3 0
      packages/notebook/src/widget.ts

+ 1 - 1
packages/cells/src/inputarea.ts

@@ -238,7 +238,7 @@ namespace InputArea {
   }
 
   /**
-   * A namespace for the content factory.
+   * A namespace for the input area content factory.
    */
   export
   namespace ContentFactory {

+ 1 - 1
packages/cells/src/widget.ts

@@ -424,7 +424,7 @@ namespace Cell {
   }
 
   /**
-   * A namespace for content factory.
+   * A namespace for cell content factory.
    */
   export
   namespace ContentFactory {

+ 1 - 1
packages/notebook/src/model.ts

@@ -468,7 +468,7 @@ namespace NotebookModel {
   }
 
   /**
-   * A namespace for the content factory.
+   * A namespace for the notebook model content factory.
    */
   export
   namespace ContentFactory {

+ 3 - 0
packages/notebook/src/widget.ts

@@ -569,6 +569,9 @@ namespace StaticNotebook {
     }
   }
 
+  /**
+   * A namespace for the staic notebook content factory.
+   */
   export
   namespace ContentFactory {
     /**