summaryrefslogtreecommitdiffstats
path: root/src/qdoc/cppcodemarker.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Fix incorrect usage of QChar(EOF)Topi Reinio2020-11-241-13/+18
* qttools: compile with explicit QChar(int)David Faure2020-11-111-1/+1
* qdoc: Unify generated documentation between \typedef and \typealiasTopi Reinio2020-11-091-11/+5
* qdoc: Fix handling of \fn signatures with unnamed parametersTopi Reinio2020-10-271-9/+4
* Port QtTools from QStringRef to QStringViewKarsten Heimrich2020-06-151-3/+3
* qdoc: Extend synopsis for detailed reference sectionsTopi Reinio2020-06-081-35/+2
* QDoc: Extract NamespaceNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract enum Access from NodePaul Wicking2020-06-041-2/+3
* QDoc: Extract QmlPropertyNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract EnumNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract TypedefNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract FunctionNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract PropertyNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract VariableNode from NodePaul Wicking2020-06-041-0/+1
* qdoc: Improve handling of templated typesTopi Reinio2020-06-041-4/+9
* Merge remote-tracking branch 'origin/5.15' into devTopi Reinio2020-05-291-0/+7
|\
| * qdoc: properly implement \typealias commandTopi Reinio2020-04-231-0/+7
* | Port qdoc to QRegularExpressionLars Knoll2020-05-181-7/+7
* | QDoc: const-ref variablePaul Wicking2020-05-051-1/+1
* | QDoc: default trivial con-/destructorPaul Wicking2020-05-051-16/+0
* | QDoc: Clean up includesPaul Wicking2020-05-041-3/+0
|/
* qdoc: Parse enum classes correctlyTopi Reinio2020-01-201-9/+12
* qdoc: Teach QDoc to output function and class template parametersTopi Reinio2020-01-201-2/+6
* 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