summaryrefslogtreecommitdiffstats
path: root/src/qdoc/cppcodemarker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify the code printing the enum valuesThibaut Cuvelier2019-12-191-17/+9
* clang-format QDocPaul Wicking2019-12-171-58/+54
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-1/+1
* QDoc: Minor adjustment/cleanupPaul Wicking2019-12-111-4/+4
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-5/+3
* Adapt code to follow coding rulesThibaut Cuvelier2019-12-031-38/+27
* QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-3/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-2/+7
|\
| * qdoc: Do not prefix related non-members with a parent scopeTopi Reinio2019-09-121-2/+7
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-9/+9
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-4/+7
|/
* qdoc: Correct function signatures from header filesMartin Smith2019-07-051-3/+6
* qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-061-12/+6
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-29/+28
* Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-1/+1
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-12/+5
* qdoc: Refactor section construction and processingMartin Smith2018-06-011-11/+11
* qdoc: Refactor section constructionMartin Smith2018-06-011-676/+11
* qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-106/+108
* qdoc: Allow shared comments for global functionsMartin Smith2018-03-221-0/+7
* qdoc: Don't output undocumented QtGadgetHelperMartin Smith2018-03-021-2/+12
* qdoc: Don't output undocumented functions from Q_OBJECTMartin Smith2018-03-011-0/+8
* qdoc: Fix handling of shared comment nodes in generate phaseMartin Smith2018-01-261-3/+5
* qdoc: Handle shared comments betterMartin Smith2017-11-161-15/+10
* qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-081-1/+1
* qdoc: Better support for multi-\fn documentation blocksMartin Smith2017-08-101-3/+10
* qdoc: Fix signed vs unsigned comparisonsMartin Smith2017-08-101-6/+6
* qdoc: Make qdoc handle ref qualifiers correctlyMartin Smith2017-08-101-0/+8
* qdoc: Use documentation for implicit special functionsMartin Smith2017-08-101-1/+3
* qdoc: Clean up the Parameter classMartin Smith2017-08-101-2/+0
* Cleanup QRegExp includesSamuel Gaist2017-03-071-0/+1
* qdoc: Implement C++11 'override' specifier supportRainer Keller2017-01-121-0/+4
* Updated license headers and license testsAntti Kokko2016-06-101-17/+12
* qdoc: Fix incorrect formatting of QML method signaturesTopi Reinio2016-04-051-7/+11
* qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-261-9/+9
* qdoc: QML basic types can now have methodsMartin Smith2016-02-221-22/+22
* 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-2/+9
* qdoc: Don't let a QML type be its own base typeMartin Smith2016-01-041-0/+6
* qdoc: Fix section names for attached members of QML typesTopi Reinio2015-11-271-6/+6
* move qdoc back to qttoolsOswald Buddenhagen2015-10-231-0/+1326