Scroll to navigation

RUSTDOC-STRIPPER(1) User Commands RUSTDOC-STRIPPER(1)

NAME

rustdoc-stripper - rustdoc-stripper

DESCRIPTION

Available options for rustdoc-stripper:

: Displays this help
: Strips the specified folder's files and create a file with doc comments (comments.md by default)
: Recreate files with doc comments from reading doc comments file (comments.md by default)
: Display doc comments directly on stdout
: Ignore the specified file, can be repeated as much as needed, only used when stripping files, ignored otherwise
: Specify a directory path to work on, optional
: Activate verbose mode
: Remove confirmation demands
: Macros in hierarchy will be ignored (so only macros with doc comments will appear in the comments file)
: Specify the file where you want to save/load doc comments
are already present, stored doc comment won't be regenerated

By default, rustdoc-stripper is run with -s option: ./rustdoc-stripper -s

IMPORTANT: Only files ending with '.rs' will be stripped/regenerated.

October 2023 rustdoc-stripper 0.1.12