diff options
author | Ico Doornekamp <ico@pruts.nl> | 2019-01-21 22:56:40 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-23 11:09:26 +0100 |
commit | 7fcf51248bb5c37cf49765bac020fa7bc86dea34 (patch) | |
tree | 190ed4a03458fd4709a21019766f260ba6af4731 /doc | |
parent | 2655f242a838a5845a71bc4857cbc4a7df297eb6 (diff) | |
download | Nim-7fcf51248bb5c37cf49765bac020fa7bc86dea34.tar.gz |
Added --docInternal option to allow 'nim doc' to include non-exported symbols
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index f713839d8..58ed9edd0 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -58,6 +58,7 @@ Advanced options: --project document the whole project (doc2) --docSeeSrcUrl:url activate 'see source' for doc and doc2 commands (see doc.item.seesrc in config/nimdoc.cfg) + --docInternal also generate documentation for non-exported symbols --lineDir:on|off generation of #line directive on|off --embedsrc:on|off embeds the original source code as comments in the generated output |