forked from 0x2620/oxjs
cleanup docs, fix children/find calls
This commit is contained in:
parent
a98902f165
commit
b9e80c9d75
88 changed files with 157 additions and 253 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.DocPage <f> DocPage
|
||||
Ox.DocPage <f:Ox.Element> DocPage
|
||||
() -> <o> DocPage object
|
||||
(options) -> <o> DocPage object
|
||||
(options, self) -> <o> DocPage object
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.DocPanel <f> Documentation Panel
|
||||
Ox.DocPanel <f:Ox.Element> Documentation Panel
|
||||
() -> <f> Documentation Panel
|
||||
(options) -> <f> Documentation Panel
|
||||
(options, self) -> <f> Documentation Panel
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
/*@
|
||||
Ox.ExamaplePage <function> Example Page
|
||||
Ox.ExamaplePage <f:Ox.Element> Example Page
|
||||
(options[, self]) -> <o> Example Page
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.ExamaplePanel <function> Example Panel
|
||||
Ox.ExamaplePanel <f:Ox.Element> Example Panel
|
||||
(options[, self]) -> <o> Example Panel
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.SourceViewer <function> Source Viewer
|
||||
Ox.SourceViewer <f:Ox.Container> Source Viewer
|
||||
(options[, self]) -> <o> Source Viewer
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.SyntaxHighlighter <function> Syntax Highlighter
|
||||
Ox.SyntaxHighlighter <f:Ox.Element> Syntax Highlighter
|
||||
(options[, self]) -> <o> Syntax Highlighter
|
||||
options <o> Options
|
||||
lineLength <n|0> If larger than zero, show edge of page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue