Skip to content

Commit

Permalink
generate output
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Nov 6, 2023
1 parent 38d026f commit c2a8cb2
Show file tree
Hide file tree
Showing 37 changed files with 104 additions and 65 deletions.
32 changes: 24 additions & 8 deletions jsdoc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"allowUnknownTags": true
},
"source": {
"include": ["./demo/src", "./README.md"]
"include": [
"./demo/src",
"./README.md"
]
},
"plugins": ["plugins/markdown"],
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"destination": "output/v4",
Expand All @@ -18,9 +23,16 @@
"homepageTitle": "Clean JSDoc Theme",
"default_theme": "dark",
"exclude_inherited": false,
"include_css": ["./demo/src/assets/style.css"],
"include_js": ["./demo/src/assets/script.js"],
"static_dir": ["./demo/src/assets/png", "./example"],
"include_css": [
"./demo/src/assets/style.css"
],
"include_js": [
"./demo/src/assets/script.js"
],
"static_dir": [
"./demo/src/assets/png",
"./example"
],
"add_scripts": "function foo(){console.log('foo')} function bar() {console.log('bar')} bar(); foo();",
"create_style": ".test-create-style{ background: red}",
"displayModuleHeader": true,
Expand Down Expand Up @@ -49,7 +61,9 @@
}
],
"codepen": {
"enable_for": ["examples"],
"enable_for": [
"examples"
],
"options": {
"js_external": "https://code.jquery.com/jquery-3.6.0.min.js",
"js_pre_processor": "babel"
Expand All @@ -61,12 +75,14 @@
"templates": {
"default": {
"staticFiles": {
"include": ["./example"]
"include": [
"./example"
]
}
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}
}
4 changes: 4 additions & 0 deletions output/v4/AgentArray.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Alive.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Alive.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Apple.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Apple.js.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions output/v4/Database.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Energy.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Energy.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Environment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Environment.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/HideConstructor.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Modules.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/NamespaceWithAlias.js.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions output/v4/Statement.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/StatementIterator.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Test.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Tree.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Tree.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/World.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/World.js.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions output/v4/agentscript.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/api.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/data/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/global.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-SqlJs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-bookshelf.Book.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-bookshelf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-color_mixer-Colour.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-color_mixer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/obj.map.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/pieOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-Alive_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-Apple_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-Environment_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-Other.html

Large diffs are not rendered by default.

0 comments on commit c2a8cb2

Please sign in to comment.