-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jean-philippe bazonnais edited this page Apr 21, 2023
·
3 revisions
TODO
> node build/doclets.js -p . -t src/data/
ou
> npm run doclets
Ce script produit pour chaque contrôle un json décrivant les options et les exemples d'utilisations issus de la JSDoc :
{
"name": "route",
"params": [
{
"type": {
"names": ["Object"]
},
"description": "route control options",
"name": "options"
},
(...)
],
"examples": [
(...)
]
}
(...)