summaryrefslogtreecommitdiffstats
path: root/src/qdoc/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-12/+12
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-110/+82
* QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-26/+27
* QDoc: Get rid of old #if 0 blocksPaul Wicking2019-08-161-4/+0
* QDoc: Clean up whitespacePaul Wicking2019-08-081-47/+47
* QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-4/+7
* qdoc: Fix "Inherited By" outputMartin Smith2019-07-311-175/+172
* qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-061-2/+43
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-89/+37
* qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-14/+2
* QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-17/+17
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-79/+65
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-217/+186
* Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-7/+6
* qdoc: Change test from PageNode to TextPageNodeMartin Smith2019-01-151-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-2/+6
|\
| * qdoc: Fix link resolution for types under namespacesTopi Reinio2018-11-151-2/+6
* | qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-71/+55
|/
* qdoc: Fix bugs in resolving inheritance and finding overridden functionsMartin Smith2018-02-231-38/+10
* qdoc: Remove test that disallowed macro without paramsMartin Smith2018-01-311-4/+5
* Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-131-0/+49
|\
| * qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-081-0/+24
| * qdoc: Use clang to parse \fn commandsMartin Smith2017-09-061-0/+25
* | qdoc: Improve findTypeNode()Topi Reinio2017-11-021-2/+2
|/
* Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-231-1/+1
* Updated license headers and license testsAntti Kokko2016-06-101-17/+12
* qdoc: Fix link disambiguationMartin Smith2016-03-041-18/+24
* qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-261-4/+4
* move qdoc back to qttoolsOswald Buddenhagen2015-10-231-0/+1525