Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Richard van der Hoff 0224e8e22a Fix a TypeError in DoxyEmitter
There is a problem with 7674543f, in that if HTML_FILE_EXTENSION or
MAN_EXTENSION is not specified, we'll try to concatenate a string with
None, and get a type error. We should check that they are set before
trying to use them.
2013-08-12 22:06:23 +01:00
Sample Add things so that the tests run. 2010-03-07 13:46:01 +00:00
test_config Add support for @INCLUDE tags in doxyfiles 2013-08-12 22:34:57 +01:00
.hgignore Restructure so that the plugin is a module and a package, it's just more flexible. 2013-08-12 16:05:59 +01:00
__init__.py Restructure so that the plugin is a module and a package, it's just more flexible. 2013-08-12 16:05:59 +01:00
doxygen.py Fix a TypeError in DoxyEmitter 2013-08-12 22:06:23 +01:00
notes.txt Restructure so that the plugin is a module and a package, it's just more flexible. 2013-08-12 16:05:59 +01:00
test.py Add support for @INCLUDE tags in doxyfiles 2013-08-12 22:34:57 +01:00