Skip to content

MkDoxy v1.1.1

Compare
Choose a tag to compare
@JakubAndrysek JakubAndrysek released this 30 Jun 12:13
· 83 commits to main since this release

Full Changelog: 1.1.0...1.1.1

Configure custom Doxygen binary

By default, the plugin will use the doxygen binary from the system path. You can configure a custom binary using the doxygen-bin-path option.

plugins:
  - mkdoxy:
      doxygen-bin-path: /path/to/doxygen
      ...