rustdoc-stripper Build Status

rustdoc-stripper is a tool used to remove rustdoc comments from your code and save them in a comments.cmts file if you want to regenerate them.

Options

Available options for rustdoc-stripper are:

By default, rustdoc is run with -s option:

Shell ./rustdoc-stripper -s

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