Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 13 Jan 18:41
· 86 commits to master since this release
08ed9f3

08ed9f3 Adjust default templates for escaping angle brackets in template keyword
f3ee6d5 Fix linking entities in groups instead of into namespace by adjusting the URL instead of adjusting parent sorting
3dbf805 Fix gitignore to exclude all doxygen related intermediate files
4032f30 Fix installing inja on GitHub actions
c1ca96a Refactor templates to use inja whitespace strip blocks
0132c30 Update vcpkg to 2020.11-1 on GitHub actions and fix inja to use latest version
e6e37a4 Fix crash when resolving a base or derived class that does not exist in xml input
4de70cf Merge pull request #36 from brycelelbach/prefer-group-refs-to-namespace-refs
f685df8 Merge pull request #37 from brycelelbach/linkAndInlineCodeAsHTML
b821295 Merge pull request #35 from brycelelbach/fix-comment-grammar-render
70e0947 Merge pull request #33 from brycelelbach/remove-debugging-code
b50934f Merge pull request #34 from brycelelbach/shared-library-linking-in-debug
d20a926 Make sure to load basic information from groups first, so that when the same entity appears in both a group and a namespace, the link map points to the group reference not the namespace reference. This mirrors what Doxygen's HTML output does.
3bc31c5 Add a linkAndInlineCodeAsHTML option for always outputing links as HTML a tags and code as HTML code tags.
f39a712 Fix minor grammatical mistake in comment in Renderer.
553709d Remove debugging code that appears to have been accidentally left behind.
d86aa7c Turn off static linking of the Standard Library when compiling in debug mode - static linking will disable GDB pretty printers for Standard Library data structures, which makes debugging a bit harder.
9f4d228 Fix an issue in the JSON converter where we neglect to check for a null parent before trying to use it.
7572cab Add support for parsing Doxygen Latex formulas