aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/doc/Doxyfile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Do not include the full file names in the docs.Werner Koch2021-06-241-1/+1
| | | | | | -- GnuPG-bug-id: 5299
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-081-3/+3
| | | | Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-181-3/+3
| | | | | | -- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* Qt: Check for graphviz and set HAVE_DOT correctlyAndre Heinecke2016-05-191-1/+1
| | | | | * configure.ac: Check for graphviz and define HAVE_DOT. * lang/qt/doc/Doxyfile.in (HAVE_DOT): Use variable.
* Qt: Make doxygen quieterAndre Heinecke2016-05-101-2/+2
| | | | * lang/qt/doc/Doxyfile.in: Quiet and no undocumented warnings.
* Qt: Add doc generation with doxygenAndre Heinecke2016-04-111-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.