summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdocindexfiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-1/+1
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-20/+10
* Fix null pointer dereferencing coverity issues in qdocLevon Sargsyan2019-12-051-1/+6
* QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-26/+39
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-3/+5
|\
| * qdoc: WebXML output format: Fix issues with example pagesTopi Reinio2019-09-261-6/+8
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-71/+71
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-7/+9
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-021-1/+2
|\|
| * qdoc: Fix "Inherited By" outputMartin Smith2019-07-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-7/+10
|\|
| * qdoc: Fix the \reimp command outputMartin Smith2019-07-221-7/+10
* | Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-231-1/+1
|/
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-3/+3
* qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-40/+2
* qdoc: Fix regressions in WebXML outputTopi Reinio2019-03-151-11/+24
* QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-8/+8
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-2/+18
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-269/+265
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-292/+329
* qdoc: Remove support for \compat commandMartin Smith2018-06-011-6/+1
* qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-8/+13
* qdoc: Remove duplicate 'const' from function signatures in .indexTopi Reinio2018-04-121-3/+3
* qdoc: Write contents elements to index file for collectionsMartin Smith2018-01-311-12/+12
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-3/+3
|\
| * qdoc: Always set the URL for nodes read from indexTopi Reinio2018-01-101-3/+3
* | Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-131-4/+13
|\ \
| * | qdoc: Make qdoc handle ref qualifiers correctlyMartin Smith2017-08-101-0/+9
| * | qdoc: Clean up the Parameter classMartin Smith2017-08-101-4/+2
| * | qdoc: fix resolve inheritance bugMartin Smith2017-08-101-0/+2
| |/
* / qdoc: Revive the WebXML generatorTopi Reinio2017-10-171-0/+4
|/
* Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-231-1/+1
* qdoc: Implement C++11 'override' specifier supportRainer Keller2017-01-121-0/+4
* qdoc: Fix sharing of attribution pagesKai Koehne2016-08-081-2/+10
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-74/+10
|\
| * Less randomness in qdoc output part IISune Vuorela2016-06-161-73/+5
| * Less randomization in output of qdoc.Sune Vuorela2016-06-141-1/+5
* | Updated license headers and license testsAntti Kokko2016-06-101-17/+12
|/
* qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-261-84/+5
* qdoc: Avoid unnecessary qdoc warningsMartin Smith2016-02-261-16/+26
* qdoc: Don't print unnecessary qdoc warningsMartin Smith2016-02-171-3/+3
* qdoc: Implement C++11 'final' specifier support.Karsten Heimrich2016-02-081-0/+4
* qdoc: Implement support for C++11 default/delete declarations.Karsten Heimrich2016-02-081-0/+10
* qdoc: Add support for listing all examples from all modulesTopi Reinio2015-12-121-0/+5
* Use Node::name if Node::logicalModuleName is empty for qml modulesAlbert Astals Cid2015-10-301-0/+2
* move qdoc back to qttoolsOswald Buddenhagen2015-10-231-0/+1628