Releases: JakubAndrysek/MkDoxy
Releases · JakubAndrysek/MkDoxy
1.2.4
MkDoxy v1.2.3
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
- @wu-vincent made their first contribution in #103
Full Changelog: 1.2.0...1.2.3
MkDoxy v1.2.0
What's Changed
- Format code using black and add pre-commit config by @nikolaik in #77
- fix: add missing package visibility by @stubbfel in #80
- Add new line break for 'par' section in XML parser, thanks @zyphlar by @JakubAndrysek in #89
- Fix template parameter duplication if declname is not in xml. by @r-braun in #95
- Correctly display inline code blocks-2 by @JakubAndrysek in #97
- Add Doxygen binary path validation by @JakubAndrysek in #90
- Add Doxyfile configurations and update Doxygen plugin by @JakubAndrysek in #98
New Contributors
- @nikolaik made their first contribution in #77
- @stubbfel made their first contribution in #80
- @r-braun made their first contribution in #95
Full Changelog: 1.1.6...1.2.0
MkDoxy v1.1.6
MkDoxy v1.1.5
MkDoxy v1.1.4
MkDoxy v1.1.3
What's Changed
- Add missing constants: signal/slot/property by @gladhorn in #61
- Fix typo: filese -> files by @gladhorn in #60
- Fix module list indentation by @gladhorn in #62
- Handle anonymouse unions (and others) by @gladhorn in #65
- Add repr to Node by @gladhorn in #64
- Render signals and slots in the generated documentation by @gladhorn in #66
- Sorting of namespaces and class overview by @gladhorn in #63
New Contributors
Full Changelog: 1.1.2...1.1.3
MkDoxy v1.1.2
Full Changelog: 1.1.0...1.1.2
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
...
MkDoxy v1.1.0
What's Changed
- New templates + add Documentation by @JakubAndrysek in #50
Full Changelog: 1.0.6...1.1.0