Generates root documentation file from specified assemblies.
Home • Synopsis • Arguments • Options
roslynator generate-doc-root <PROJECT|SOLUTION>
--depth <DEPTH>
--file-log <FILE_PATH>
--file-log-verbosity <LEVEL>
--heading <HEADING>
-h, --help
--ignored-names <FULLY_QUALIFIED_METADATA_NAME>
--ignored-parts <IGNORED_PARTS>
--ignored-projects <PROJECT_NAME>
--include-containing-namespace <INCLUDE_CONTAINING_NAMESPACE>
--include-system-namespace
--language <LANGUAGE>
-m, --msbuild-path <DIRECTORY_PATH>
--no-mark-obsolete
--no-precedence-for-system
-o, --output <DIRECTORY_PATH>
--projects <PROJECT_NAME>
-p, --properties <NAME=VALUE>
--root-directory-url <URL>
--scroll-to-content
-v, --verbosity <LEVEL>
--visibility <VISIBILITY>
<PROJECT|SOLUTION>
The project or solution file.
Defines a depth of a documentation. Allowed values are member (default), type or namespace.
Path to a file that should store output.
Verbosity of the file log. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed] and diag[nostic].
Defines a heading of the root documentation file.
Show command line help.
Defines a list of metadata names that should be excluded from a documentation. Namespace of type names can be specified.
Defines parts of a root documentation that should be excluded. Allowed values are content, namespaces, class-hierarchy, types and other
Defines projects that should not be analyzed.
Defines parts of a documentation that should include containing namespace. Allowed value is class-hierarchy.
Indicates whether namespace should be included when a type is directly contained in namespace 'System'.
Defines project language. Allowed values are cs[harp] or v[isual-]b[asic]
Defines a path to MSBuild directory.
Indicates whether obsolete types and members should not be marked as '[deprecated]'.
Indicates whether symbols contained in 'System' namespace should be ordered as any other symbols and not before other symbols.
Defines a path for the output directory.
Defines projects that should be analyzed.
Defines one or more MSBuild properties.
Defines a relative url to the documentation root directory.
Indicates whether a link should lead to the top of the documentation content.
Verbosity of the log. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed] and diag[nostic].
Defines a visibility of a type or a member. Allowed values are public (default), internal or private.
(Generated with DotMarkdown)