diff options
author | Neelesh Chandola <neelesh.chandola@outlook.com> | 2019-01-04 15:13:29 +0530 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-04 10:43:29 +0100 |
commit | db7ff50fe5616c4a738b104e87722b982a746707 (patch) | |
tree | 2dc070a9103bcb8302a2c0bb168af9ccddc93bd2 /doc | |
parent | 086229459aa72f06d31a4f920653a82a74cfc6b0 (diff) | |
download | Nim-db7ff50fe5616c4a738b104e87722b982a746707.tar.gz |
Undocument --genmapping (#10175)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 75260baad..5ddd064ef 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -55,8 +55,6 @@ Advanced options: --clibdir:DIR modify the linker library search path --clib:LIBNAME link an additional C library (you should omit platform-specific extensions) - --genMapping generate a mapping file containing - (Nim, mangled) identifier pairs --project document the whole project (doc2) --docSeeSrcUrl:url activate 'see source' for doc and doc2 commands (see doc.item.seesrc in config/nimdoc.cfg) |