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

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 25 Jun 20:12
· 57 commits to master since this release
09065b6

09065b6 Merge pull request #56 from brycelelbach/callbacks/load
33a98e6 Merge branch 'master' into callbacks/load
1f053da Merge pull request #55 from brycelelbach/callbacks/extract-qualified-name-from-function-definition
4abab52 Merge pull request #54 from brycelelbach/callbacks/remove-unnecessary-capture-from-replace
765021d Merge pull request #53 from brycelelbach/callbacks/noop
0bfcfaf Merge pull request #52 from brycelelbach/allow-.tmpl-everywhere
b37bf3a Merge pull request #51 from brycelelbach/escape-refactor
da829b1 Merge pull request #50 from brycelelbach/omit-href-for-objects-without-urls-in-link-and-inline-code-as-html-mode
d18d2f4 Merge pull request #49 from brycelelbach/kind-to-type
a35ed5f Merge pull request #48 from brycelelbach/remove-doxygen-load-commented-out-code
5d51077 Merge pull request #47 from brycelelbach/default-templates/friends-struct-check
c4a121a Merge pull request #46 from brycelelbach/default-templates/macro-header-section-plural
5c247c1 Merge pull request #45 from brycelelbach/default-templates/enum-class-support
8704496 Add a load Inja callback that loads the JSON data for a given refid.
8fa060c Add an extractQualifiedNameFromFunctionDefinition Inja callback.
5d09838 Add a kindToType function for converting from a kind to a type.
01329d7 Fix logic in default templates for friends to check for friend structs in addition to friend classes.
7f7d931 Handle C++ enum class properly in the default templates.
8592dbd Remove unnecessary lambda capture by value in the replace callback.
d8d8551 Add a noop Inja callback that is a no-op, which can be used to insert Inja's whitespace trimming facilities in particular locations in templates.
2972e3d Always store templates in the templates map with ".tmpl" unstripped, allowing render and include to work with files that share the name of the default templates.
13677ad Omit href="..." for links with no URL in linkAndInlineCodeAsHTML mode.
779eac5 Remove commented out code from Doxygen::load.
191ae55 Refactor Utils::escape to use fewer passes and always use HTML codes when escaping because some Markdown parsers don't recognize _ and * escapes.
9452e48 Make the macro section header in the non-class template plural for consistency.