We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-examples
1 parent 1aa0c36 commit fe0b3a5Copy full SHA for fe0b3a5
README.md
@@ -95,6 +95,8 @@ The `newdoc` tool generates pre-populated module and assembly files formatted wi
95
96
* To generate the file without the explanatory comments, add the `--no-comments` or `-C` option when creating documents.
97
98
+* To generate the file without the example, placeholder content, add the `--no-examples` or `-E` option when creating documents.
99
+
100
* To create the file without the file-name prefix, add the `--no-prefixes` or `-P` option.
101
102
* To specify the directory where `newdoc` saves the generated file, add the `--target-dir=<directory>` or `-T <directory>` option.
0 commit comments