394b9fa1b4207a89f941c6df8a2b4fde5ff9eac5
[nit.git] / tests / sav / nitdoc.sav
1 usage: nitdoc [options] file...
2   -W, --warn               Show warnings
3   -q, --quiet              Do not show warnings
4   --stop-on-first-error    Stop on first error
5   --no-color               Do not use color to display errors and warnings
6   --log                    Generate various log files
7   --log-dir                Directory where to generate log files
8   -h, -?, --help           Show Help (This screen)
9   --version                Show version and exit
10   -v, --verbose            Verbose
11   -I, --path               Set include path for loaders (may be used more than once)
12   --only-parse             Only proceed to parse step of loaders
13   --only-metamodel         Stop after meta-model processing
14   --public                 Generate only the public API
15   --private                Generate the private API
16   -d, --dir                Directory where doc is generated
17   --source                 What link for source (%f for filename, %l for first line, %L for last line)
18   --no-dot                 Do not generate graphes with graphviz
19   --sharedir               Directory containing the nitdoc files
20   --custom-title           Title displayed in the top of the Overview page and as suffix of all page names
21   --custom-menu-items      Items displayed in menu before the 'Overview' item (Each item must be enclosed in 'li' tags)
22   --custom-overview-text   Text displayed as introduction of Overview page before the modules list
23   --custom-footer-text     Text displayed as footer of all pages
24   --github                 GitHub repo name, example: --github MyRepoName