Skip to content

v1.0.7

Compare
Choose a tag to compare
@Zeioth Zeioth released this 12 Jan 19:07
· 67 commits to main since this release

New features

  • All generators now have the options jsdoc_args, typedoc_args, doxygen_args, godoc_args or rustdoc_args to directly pass arguments to the command to generate docs.

Breaking changes

  • cargo_rustdoc_args option has been removed in favor of rustdoc_args.
  • jsdoc_args, typedoc_args, doxygen_args, godoc_args or rustdoc_args are now an array of strings instead of a string.

Better tests

  • Examples are now complex enough to generate meaningful docs resembling real case scenarios.