Releases: TendTo/rules_doxygen
Releases · TendTo/rules_doxygen
rules_doxygen 2.0.0
Added
- Platform
mac-siliconto support the Apple silicon macs (thanks to @kaycebasques, @Wyverald, @tpudlik, @rickeylev) - Allow executable configuration in the
doxygenextension rule (thanks to @kaycebasques, @Wyverald, @tpudlik, @rickeylev)
Changed
- Module extension tag renamed from
versiontoconfigurationBREAKING CHANGE - Updated documentation
Full Changelog: 1.3.0...2.0.0
rules_doxygen 1.3.0
Added
- Support hermetic build for
macosplatform (thanks to @kaycebasques) - Support for platform-specific configurations in the extension rule
Changed
- Update dependencies (stardoc 0.6.2 -> 0.7.1, platforms 0.0.5 -> 0.0.10)
- Refactor of internal repository and extension rules
- Updated documentation
Full Changelog: 1.2.0...1.3.0
rules_doxygen 1.2.0
Added
- Support for system-wide doxygen installation. This allows the rule to run on mac os, but loses hermeticity. Can be enabled by using doxygen version
0.0.0. - Testes for the new feature in the CI pipeline
- Local repository rule for doxygen
Changed
- Default doxygen version is now
1.12.0
Full Changelog: 1.1.3...1.2.0
rules_doxygen 1.1.3
Added
dot_executableparameter in the macro- Example of how to use the
doxygenalongsidegraphvizin hermetic builds
Full Changelog: 1.1.2...1.1.3
rules_doxygen 1.1.2
Added
- Forward
**kwargsfrom thedoxygenmacro to the underlying_doxygenrule invocation #1 - Some more easy to use common configurations for the
doxygenmacro
Changed
- Updated documentation
Full Changelog: 1.1.1...1.1.2
rules_doxygen 1.1.1
Added
- Automatically determine the INPUT value for the Doxyfile based on the sources of the target
- Customizable extra args to doxygen invocation
- Some more easy to use common configurations
Fixed
- Remove superfluous
\before the\nin thedoxygenconfigurations list formatting
Full Changelog: 1.1.0...1.1.1
rules_doxygen 1.1.0
Added
- Possibility of using a custom Doxyfile
- Added documentation to rules, macro and extensions
Fixed
- Correctly use project_name and project_brief in the macro
- Unfreeze default list in macro
Full Changelog: 1.0.0...1.1.0
rules_doxygen 1.0.0
Initial release
Full Changelog: https://github.com/TendTo/rules_doxygen/commits/1.0.0