lib: adds the realtime module to keep time of real time flow
[nit.git] / tests / sav / nitdoc.sav
index 0eae99b..35716cd 100644 (file)
@@ -1,10 +1,23 @@
 usage: nitdoc [options] file...
-  -W, --warn         Show warnings
-  -I, --path         Set include path for loaders (may be used more than once)
-  --log              Generate various log files
-  --only-parse       Only proceed to parse step of loaders
-  --only-metamodel   Stop after meta-model processing
-  -h, -?, --help     Show Help (This screen)
-  --version          Show version and exit
-  -v, --verbose      Verbose
-  -d, --dir          Directory where doc is generated
+  -W, --warn               Show warnings
+  -q, --quiet              Do not show warnings
+  --stop-on-first-error    Stop on first error
+  --no-color               Do not use color to display errors and warnings
+  --log                    Generate various log files
+  --log-dir                Directory where to generate log files
+  -h, -?, --help           Show Help (This screen)
+  --version                Show version and exit
+  -v, --verbose            Verbose
+  -I, --path               Set include path for loaders (may be used more than once)
+  --only-parse             Only proceed to parse step of loaders
+  --only-metamodel         Stop after meta-model processing
+  --public                 Generate only the public API
+  --private                Generate the private API
+  -d, --dir                Directory where doc is generated
+  --source                 What link for source (%f for filename, %l for first line, %L for last line)
+  --no-dot                 Do not generate graphes with graphviz
+  --sharedir               Directory containing the nitdoc files
+  --custom-title           Title displayed in the top of the Overview page and as suffix of all page names
+  --custom-menu-items      Items displayed in menu before the 'Overview' item (Each item must be enclosed in 'li' tags)
+  --custom-overview-text   Text displayed as introduction of Overview page before the modules list
+  --custom-footer-text     Text displayed as footer of all pages