mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
cd6a2c431e
Installation: https://github.com/senchalabs/jsduck/wiki/Installation Basically it requires ruby and jsduck gem. Usage: $ cd install/ui/doc $ make Documentation will be generated into: install/ui/build/code_doc directory
14 lines
393 B
JSON
14 lines
393 B
JSON
{
|
|
"--title": "FreeIPA Web UI Documentation",
|
|
"--categories": "categories.json",
|
|
"--guides": "guides.json",
|
|
"--css": ["doc.css"],
|
|
"--external": ["jQuery", "Store", "QueryResult", "Stateful", "Evented",
|
|
"XMLHttpRequest", "Promise"],
|
|
"--warnings": ["-link", "-no_doc"],
|
|
"--": [
|
|
"../src/freeipa/"
|
|
],
|
|
"--output": "../build/code_doc"
|
|
}
|