diff options
author | Araq <rumpf_a@web.de> | 2012-11-20 17:46:11 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-20 17:46:11 +0100 |
commit | 3d408420889097a87919fc2f8e9e5de837a35506 (patch) | |
tree | e8378cd5dd5b405c5e2663a52f49e271577146c8 /doc | |
parent | 3738cee76edf1abdcab0b2b90066a8725fe63368 (diff) | |
download | Nim-3d408420889097a87919fc2f8e9e5de837a35506.tar.gz |
doc2 improvements; small lexer bugfix: backslashes in comments
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 1 |
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 |