summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links.Martin Smith2009-07-291-1/+9
|
* qdoc: Added missing CR to help message.Martin Smith2009-07-061-1/+1
|
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
* | Added the -showinternal flag to qdoc.Martin Smith2009-05-291-7/+15
| | | | | | | | | | | | | | | | | | | | | | When you set -showinternal on the command line, qdoc will include everything marked \internal in the documentation. This flag is not very useful at the moment for two reasons: (1) It generates hundreds of qdoc errors because most of the things marked with \internal don't have any documentation anyway, or the documentation has other errors in it that weren't being detected because of the \internal. (2) There is a bus error toward the end, which I haven't tracked down yet. For now, use -showinternal at your own risk.
* | Removed dead code ifdefed with QDOC2DOXMartin Smith2009-05-281-50/+0
|/ | | | | | These changes were added to qdoc in the days when we thought we might switch to doxygen. Now we have taken the approach of making qdoc output be more doxygen-like, so this ifdefed code is now dead.
* Changed qdoc program to display version from QT_VERSION_STR.Martin Smith2009-05-251-1/+3
| | | | Task-number: 251486
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+496