blob: c744fd6aaa3ebbc1a90eb743b5c8dea767552b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"--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"
}
|