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