summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-20 17:46:11 +0100
committerAraq <rumpf_a@web.de>2012-11-20 17:46:11 +0100
commit3d408420889097a87919fc2f8e9e5de837a35506 (patch)
treee8378cd5dd5b405c5e2663a52f49e271577146c8 /doc
parent3738cee76edf1abdcab0b2b90066a8725fe63368 (diff)
downloadNim-3d408420889097a87919fc2f8e9e5de837a35506.tar.gz
doc2 improvements; small lexer bugfix: backslashes in comments
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/advopt.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index dba0a009a..a6718572e 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -49,6 +49,7 @@ Advanced options:
                             (you should omit platform-specific extensions)
   --genMapping              generate a mapping file containing
                             (Nimrod, mangled) identifier pairs
+  --project                 document the whole project (doc2)
   --lineDir:on|off          generation of #line directive on|off
   --threadanalysis:on|off   turn thread analysis on|off
   --tlsEmulation:on|off     turn thread local storage emulation on|off