Ver código fonte

Cleanup of docstrings.

Brian E. Granger 8 anos atrás
pai
commit
83088ff5e6

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