documon
Version:
A documentation system for mortals. Use with any language.
49 lines • 1.4 kB
JavaScript
[
{
"text": "THe main entry point for initializing other classes.\n\n",
"start": 6,
"end": 11,
"file": "/Volumes/Drives/projects/documon/documon/template/assets/js/documon/Main.js",
"flags": [
{
"source": "@class MainMain",
"flag": "class",
"after": "Main",
"afterType": "Main",
"name": "Main",
"single": true,
"text": "Main"
},
{
"source": "@package documon",
"flag": "package",
"after": "documon",
"afterType": "documon",
"name": "documon",
"single": true,
"text": "documon"
}
],
"source": "THe main entry point for initializing other classes.\n\n@class Main\n@package documon",
"id": "documon.Main"
},
{
"text": "Called by the DOMContentReady listener on the window once the page is fully loaded.\n\nInitilizes MenuTree and PageManager and loads previously loaded pages.\n\n",
"start": 20,
"end": 26,
"file": "/Volumes/Drives/projects/documon/documon/template/assets/js/documon/Main.js",
"flags": [
{
"source": "@method init",
"flag": "method",
"after": "init",
"afterType": "init",
"name": "init",
"single": true,
"text": "init"
}
],
"source": "Called by the DOMContentReady listener on the window once the page is fully loaded.\n\nInitilizes MenuTree and PageManager and loads previously loaded pages.\n\n@method init",
"id": "documon.Main.init"
}
]