mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
documentation: change JS docs template
Use another template for the JS api documentation which provides a better overview over the classes and methods. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"scripts": {
|
||||
"doc": "jsdoc -c jsdoc.conf.json"
|
||||
"doc": "jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jsdoc": "^3.6.3"
|
||||
"jsdoc": "^3.6.3",
|
||||
"jaguarjs-jsdoc": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user