Skip to content

Commit

Permalink
Update docs - doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Apr 2, 2024
1 parent d0262a4 commit fde20ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/usage/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mkdocs serve
## 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.
If `doxygen-bin-path` is not found, the plugin will raise DoxygenBinPathNotValid exception.

- addad by [thb-sb](https://github.com/thb-sb)

Expand All @@ -34,6 +35,3 @@ plugins:
doxygen-bin-path: /path/to/doxygen
...
```


Hi, I have released new version, please try it and let me know if it has been fixed. Thanks

0 comments on commit fde20ba

Please sign in to comment.