tomtom-international / asciidoxy

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.
Apache License 2.0
31 stars 10 forks source link

Improve template caching #53

Closed silvester747 closed 2 years ago

silvester747 commented 2 years ago

Mako generates python code for the files it uses as its templates. All files are used at least twice, and the internal templates likely much more frequently. Improve the caching of the templates.