summaryrefslogtreecommitdiffstats
path: root/src/qdoc/webxmlgenerator.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-2/+1
* Fix null pointer dereferencing coverity issues in qdocLevon Sargsyan2019-12-051-4/+4
* Introduce XmlGenerator to merge common functions for outputsThibaut Cuvelier2019-12-021-44/+0
* qdoc: WebXML output: Reuse code to generate annotated listVenugopal Shivashankar2019-11-111-16/+14
* qdoc: WebXML output: Fix the annotated list table for groupsVenugopal Shivashankar2019-11-061-2/+6
* qdoc: Fix warnings about un-annotated fallthrough and missing breakFriedemann Kleint2019-10-161-2/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-29/+146
|\
| * qdoc: WebXML output: Fix output for \group and \annotatedlistTopi Reinio2019-09-261-6/+28
| * qdoc: WebXML output format: Fix issues with example pagesTopi Reinio2019-09-261-23/+118
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-2/+2
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-3/+4
|/
* qdoc: Fix regressions in WebXML outputTopi Reinio2019-03-151-75/+70
* qdoc: WebXML: Generate output for text page nodesv5.13.0-beta1Topi Reinio2019-03-111-1/+3
* QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-1/+1
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-1/+3
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-7/+20
* Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-3/+3
* qdoc: Remove the \indexpage commandMartin Smith2018-12-031-3/+0
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-24/+22
* qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-5/+5
* qdoc: WebXML generator: List related non-members in the outputTopi Reinio2018-05-231-0/+2
* qdoc: WebXML: Fix generation of module pagesTopi Reinio2018-04-171-1/+1
* qdoc/webxml: Output resolved snippet pathFriedemann Kleint2018-02-191-2/+7
* qdoc: Partial refactor of Node hierarchyMartin Smith2017-12-041-9/+11
* qdoc: Make doc configuration aware of the output formatTopi Reinio2017-10-171-15/+38
* qdoc: Revive the WebXML generatorTopi Reinio2017-10-171-0/+775