소스 검색

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 {
     /**