forked from 0x2620/oxjs
update documentation (classes)
This commit is contained in:
parent
684c4ceaf2
commit
8c347d9009
88 changed files with 177 additions and 227 deletions
|
|
@ -1,10 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.DocPage <f:Ox.Element> DocPage
|
||||
() -> <o> DocPage object
|
||||
(options) -> <o> DocPage object
|
||||
(options, self) -> <o> DocPage object
|
||||
Ox.DocPage <f> DocPage
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> DocPage object
|
||||
options <o> Options object
|
||||
item <o> doc item
|
||||
replace <[[]]|[]> See Ox.SyntaxHighlighter
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.DocPanel <f:Ox.Element> Documentation Panel
|
||||
() -> <f> Documentation Panel
|
||||
(options) -> <f> Documentation Panel
|
||||
(options, self) -> <f> Documentation Panel
|
||||
Ox.DocPanel <f> Documentation Panel
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Documentation Panel
|
||||
options <o> Options object
|
||||
collapsible <b|false> If true, the list can be collabsed
|
||||
element <e> Default content
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
'use strict'
|
||||
|
||||
/*@
|
||||
Ox.ExamaplePage <f:Ox.Element> Example Page
|
||||
(options[, self]) -> <o> Example Page
|
||||
Ox.ExamplePage <f> Example Page
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Example Page
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.ExamplePanel <f:Ox.Element> Example Panel
|
||||
(options[, self]) -> <o> Example Panel
|
||||
Ox.ExamplePanel <f> Example Panel
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Example Panel
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.SourceViewer <f:Ox.Container> Source Viewer
|
||||
(options[, self]) -> <o> Source Viewer
|
||||
Ox.SourceViewer <f> Source Viewer
|
||||
([options[, self]]) -> <o:Ox.Container> Source Viewer
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.SyntaxHighlighter <f:Ox.Element> Syntax Highlighter
|
||||
(options[, self]) -> <o> Syntax Highlighter
|
||||
Ox.SyntaxHighlighter <f> Syntax Highlighter
|
||||
([options[, self]]) -> <o:Ox.Element> Syntax Highlighter
|
||||
options <o> Options
|
||||
lineLength <n|0> If larger than zero, show edge of page
|
||||
offset <n|1> First line number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue