Merge: Improve documentation of kernel
[nit.git] / share / man / nitdoc.md
index 342a284..3f5885a 100644 (file)
@@ -54,6 +54,12 @@ See niunit(1) for details.
 
     Here, the `git rev-parse HEAD` is used to link to the current snapshot revision of the file.
 
+`--no-attribute`
+:   Ignore the attributes.
+
+    Note: In Nit, attributes are private. Therefore, this option is only useful
+    when combined with `--private`.
+
 `--no-dot`
 :   do not generate graphs with graphviz.
 
@@ -102,6 +108,11 @@ See niunit(1) for details.
 `--piwik-site-id`
 :   Piwik site ID
 
+## TESTING
+
+`--test`
+:   Only print the pages structure. Nothing is generated.
+
 # SEE ALSO
 
 The Nit language documentation and the source code of its tools and libraries may be downloaded from <http://nitlanguage.org>