MkDoxy v1.1.1
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.
- addad by thb-sb
plugins:
- mkdoxy:
doxygen-bin-path: /path/to/doxygen
...