helpString

Undocumented in source.
enum helpString = ` Generates documentation for D source code. Usage: harbored [Options] file.d harbored [Options] directory1/ directory2/ ... Options: --macros | -m MACRO_FILE Specifies a macro definition file --output-directory | -o DIR Writes the generated documentation to the given directory. If this option is not specified, documentation will be written to a folder called "doc" in the current directory. --exclude | -e MODULE_NAME Exclude the given module or package from the generated documentation. By default no modules or packages will be excluded unless they do not contain a module declaration. --index | -i DDOC_FILE Use DDOC_FILE as the content of the index.html page. By default this page will be blank. --help | -h Prints this message. `;

Meta