Skip to content

Commit

Permalink
[INTERNAL] JSDoc: Restructure modules via namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jan 9, 2019
1 parent 1fb5e0d commit 196079a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowUnknownTags": false
},
"source": {
"include": ["README.md"],
"include": ["README.md", "index.js"],
"includePattern": ".+\\.js$",
"excludePattern": "(node_modules(\\\\|/))"
},
Expand All @@ -18,7 +18,10 @@
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
"monospaceLinks": false,
"default": {
"useLongnameInNav": true
}
},
"openGraph": {
"title": "UI5 Build and Development Tooling - API Reference",
Expand All @@ -30,10 +33,10 @@
"docdash": {
"sectionOrder": [
"Modules",
"Namespaces",
"Classes",
"Externals",
"Events",
"Namespaces",
"Mixins",
"Tutorials",
"Interfaces"
Expand Down

0 comments on commit 196079a

Please sign in to comment.