summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/cppcodeparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Added \annotated list command to qdoc3.Martin Smith2009-08-041-0/+3
| | | | | | | Now you can put "\annotatedlist xxx" anywhere in a qdoc comment, and it will generate the class list for the xxx group at that location. xxx must be a group name.
* Merge QML specific qdoc changesAaron Kennedy2009-07-291-52/+230
| | | | Reviewed-by: Martin Smith
* doc: Print warning where \reimp is used where \internal should be used.Martin Smith2009-07-201-9/+13
| | | | e.g. '\reimp' in myFunc() should be '\internal' because its base function is private or internal
* qdoc: Added more handling of \reimp commandMartin Smith2009-06-301-1/+2
| | | | | | Also fixed a few qdoc error reports. Task-number: 162182, 222650
* qdoc: Changed handling of reimplemented functions.Martin Smith2009-06-261-0/+3
| | | | | | | | | | There are now sections for "Reimplemented Public Functions" and "Reimplemented Protected Functions" in the summaries for each class. This isn't complete yet. It introduces a lot of qdoc warnings about undocumented parameters, but I will fix those. There is more to be done here but i want to get some feedback already. Task-number: 162182, 222650
* 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
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+2014
|
* Removed dead code ifdefed with QDOC2DOXMartin Smith2009-05-281-22/+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.
* Long live Qt!Lars Knoll2009-03-231-0/+2014