瀏覽代碼

[codeeditor] Added docs

akosyakov 8 年之前
父節點
當前提交
57ca386224
共有 1 個文件被更改,包括 5 次插入0 次删除
  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 {