leafdoc
Version:
A lightweight NaturalDocs-like LeafletJS-style documentation generator
59 lines • 1.17 kB
JSON
{
"Math": {
"name": "Math",
"aka": [],
"comments": [],
"supersections": {
"function": {
"name": "function",
"aka": [],
"comments": [],
"sections": {
"__default": {
"name": "__default",
"aka": [],
"comments": [],
"uninheritable": false,
"documentables": {
"rand": {
"name": "rand",
"aka": [],
"comments": [
"Returns a random number between 0.0 and 1.0"
],
"params": {},
"type": "Number",
"optional": false,
"defaultValue": null,
"id": "math-rand"
},
"log": {
"name": "log",
"aka": [],
"comments": [
"Returns the natural logarithm (base e) of the given number"
],
"params": {
"x": {
"name": "x",
"type": "Number"
}
},
"type": "Number",
"optional": false,
"defaultValue": null,
"id": "math-log"
}
},
"type": "function",
"id": "math-function"
}
},
"id": "math-function"
}
},
"inherits": [],
"relationships": [],
"id": "math"
}
}