tests: cleanup sav directory
[nit.git] / tests / sav / nitdoc.res
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   -d, --dir                Directory where doc is generated
15   --source                 What link for source (%f for filename, %l for first line, %L for last line)
16   --sharedir               Directory containing the nitdoc files
17   --no-dot                 Do not generate graphes with graphviz
18   --private                Generate the private API
19   --custom-title           Title displayed in the top of the Overview page and as suffix of all page names
20   --custom-footer-text     Text displayed as footer of all pages
21   --custom-overview-text   Text displayed as introduction of Overview page before the modules list
22   --custom-menu-items      Items displayed in menu before the 'Overview' item (Each item must be enclosed in 'li' tags)
23   --github-upstream        The branch where edited commits will be pulled into (ex: user:repo:branch)
24   --github-base-sha1       The sha1 of the base commit used to create pull request
25   --github-gitdir          The git working directory used to resolve path name (ex: /home/me/myproject/)