Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-19 | Qt: Check for graphviz and set HAVE_DOT correctly | Andre Heinecke | 1 | -1/+1 | |
* configure.ac: Check for graphviz and define HAVE_DOT. * lang/qt/doc/Doxyfile.in (HAVE_DOT): Use variable. | |||||
2016-05-10 | Qt: Make doxygen quieter | Andre Heinecke | 1 | -2/+2 | |
* lang/qt/doc/Doxyfile.in: Quiet and no undocumented warnings. | |||||
2016-04-11 | Qt: Add doc generation with doxygen | Andre Heinecke | 1 | -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. |