Skip to content

Releases: JakubAndrysek/MkDoxy

1.2.4

11 May 14:55
Compare
Choose a tag to compare

What's Changed

  • fix: use absolute links for inherited items by @Nerixyz in #105

New Contributors

Full Changelog: 1.2.3...1.2.4

MkDoxy v1.2.3

01 May 09:19
Compare
Choose a tag to compare

What's Changed

  • Fix executable not found when the current working directory (cwd) is set to config file path by @wu-vincent in #103

New Contributors

Full Changelog: 1.2.0...1.2.3

MkDoxy v1.2.0

02 Apr 23:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.6...1.2.0

MkDoxy v1.1.6

21 Jul 14:25
Compare
Choose a tag to compare

What's Changed

  • Replace ruamel.yaml with PyYAML and Cleanup Imports by @tasansal in #73

New Contributors

Full Changelog: 1.1.5...1.1.6

MkDoxy v1.1.5

19 Jul 14:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.4...1.1.5

MkDoxy v1.1.4

17 Jul 11:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.1.4

MkDoxy v1.1.3

13 Jul 15:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

MkDoxy v1.1.2

30 Jun 13:16
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.2

MkDoxy v1.1.1

30 Jun 12:13
Compare
Choose a tag to compare

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
      ...

MkDoxy v1.1.0

30 Jun 11:52
c6b66d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.1.0