diff --git a/docs/Pulsar-API-Documentation.md b/docs/Pulsar-API-Documentation.md index 3df5a3cd5..df38ca986 100644 --- a/docs/Pulsar-API-Documentation.md +++ b/docs/Pulsar-API-Documentation.md @@ -209,15 +209,6 @@ style: Exclusively used for the style attribute

-## Typedefs - -
-
observePaneItemsCallback : function
-
-
onDidAddTextEditorCB : function
-
-
- ## AtomEnvironment @@ -657,21 +648,3 @@ This file aims to run some short simple tests against `update.js`. Focusing ## beforeEach() **Kind**: global function **Babel**: - - -## observePaneItemsCallback : function -**Kind**: global typedef - -| Param | Type | Description | -| --- | --- | --- | -| item | object | An item that is present in {::getPaneItems} at the time of subscription or that is added at some later time. | - - - -## onDidAddTextEditorCB : function -**Kind**: global typedef -**Params**: object event - Object with following keys: -**Params**: TextEditor event.textEditor - The TextEditor that was added. -**Params**: Pane event.pane - Pane containing the added text editor. -**Params**: integer event.index - Number indicating the index of the added text -editor in it's pane. diff --git a/docs/Source-Code-Documentation.md b/docs/Source-Code-Documentation.md index 7a6381378..4651c1d42 100644 --- a/docs/Source-Code-Documentation.md +++ b/docs/Source-Code-Documentation.md @@ -209,15 +209,6 @@ style: Exclusively used for the style attribute

-## Typedefs - -
-
observePaneItemsCallback : function
-
-
onDidAddTextEditorCB : function
-
-
- ## AtomEnvironment @@ -665,21 +656,3 @@ This file aims to run some short simple tests against `update.js`. Focusing ## beforeEach() **Kind**: global function **Babel**: - - -## observePaneItemsCallback : function -**Kind**: global typedef - -| Param | Type | Description | -| --- | --- | --- | -| item | object | An item that is present in {::getPaneItems} at the time of subscription or that is added at some later time. | - - - -## onDidAddTextEditorCB : function -**Kind**: global typedef -**Params**: object event - Object with following keys: -**Params**: TextEditor event.textEditor - The TextEditor that was added. -**Params**: Pane event.pane - Pane containing the added text editor. -**Params**: integer event.index - Number indicating the index of the added text -editor in it's pane.