aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
AgeCommit message (Collapse)AuthorFilesLines
2017-03-25some minor Doxygen documentation improvementsRobin Haberkorn1-1/+1
* avoid warnings * make sure Doxygen finds RBEntryOwnString * it would be nice to strip the top level `SciTECO` namespace but this is not supported without some macro magic that ommit the namespace declaration when processing with Doxygen.
2017-03-25updated Doxyfile to suppress some Doxygen warningsRobin Haberkorn1-148/+261
* automatic conversion with `doxygen -u`
2016-02-11updated Doxyfile: added new source directories; exclude gtkflowbox.c and use ↵Robin Haberkorn1-6/+6
SciTECO logo
2016-02-11updated Doxyfile.in: doxygen -u Doxyfile.inRobin Haberkorn1-913/+1424
2014-11-23updated Doxygen configuration: doxygen -u Doxyfile.inRobin Haberkorn1-74/+153
2013-02-25integrate Doxygen into build systemRobin Haberkorn1-0/+1716
* solely for generating developer docs * disabled by default even if Doxygen is installed * Doxygen comments are not used currently