Sfoglia il codice sorgente

[codeeditor] Added docs

akosyakov 8 anni fa
parent
commit
57ca386224
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/codeeditor/editor.ts

+ 5 - 0
src/codeeditor/editor.ts

@@ -24,6 +24,11 @@ import {
 
 /**
  * A namespace for code editors.
+ *
+ * #### Notes
+ * - A code editor is a set of common assumptions which hold for all concrete editors.
+ * - Changes in implementations of the code editor should only be caused by changes in concrete editors.
+ * - Common JLab services which are based on the code editor should belong to `IEditorServices`.
  */
 export
 namespace CodeEditor {