aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/doc/Doxyfile.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-24python: Do not include the full file names in the docs.Werner Koch1-1/+1
-- GnuPG-bug-id: 5299
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor1-3/+3
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2018-10-18doc: use https:// for www.gnu.orgDaniel Kahn Gillmor1-3/+3
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2016-05-19Qt: Check for graphviz and set HAVE_DOT correctlyAndre Heinecke1-1/+1
* configure.ac: Check for graphviz and define HAVE_DOT. * lang/qt/doc/Doxyfile.in (HAVE_DOT): Use variable.
2016-05-10Qt: Make doxygen quieterAndre Heinecke1-2/+2
* lang/qt/doc/Doxyfile.in: Quiet and no undocumented warnings.
2016-04-11Qt: Add doc generation with doxygenAndre Heinecke1-0/+2352
* configure.ac: Look for doxygen if qt is built. Configure new files. * lang/qt/doc/Doxyfile.in: New. * lang/qt/doc/Makefile.am: New. * lang/qt/README: Update. -- Currently this is a standard doxyfile template without much customization.