summaryrefslogtreecommitdiffstats
path: root/src/qdoc/node.h
Commit message (Expand)AuthorAgeFilesLines
* qdoc: properly implement \typealias commandTopi Reinio2020-04-231-7/+13
* qdoc: Extend \example command to consider CMake projectsVenugopal Shivashankar2020-03-201-1/+7
* qdoc: Remove code for unimplemented command \pagekeywordsTopi Reinio2020-02-211-4/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-181-2/+2
* QDoc: Format according to stylePaul Wicking2020-02-141-7/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-0/+4
|\
| * qdoc: Sort the members of shared comment node collectiveTopi Reinio2020-01-241-0/+4
* | qdoc: Fix deprecation warnings about QMultiMap/QMapFriedemann Kleint2020-01-231-1/+1
* | qdoc: Parse enum classes correctlyTopi Reinio2020-01-201-1/+6
* | qdoc: Teach QDoc to output function and class template parametersTopi Reinio2020-01-201-5/+5
* | Implement DocBook support for qdocThibaut Cuvelier2020-01-031-1/+1
|/
* clang-format QDocPaul Wicking2019-12-171-126/+166
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-19/+19
* qdoc: Set node URL in ExternalPageNode constructorTopi Reinio2019-12-021-2/+3
* Change spaces to follow coding rulesThibaut Cuvelier2019-11-131-6/+6
* qdoc: Fix issues with shared comment nodesTopi Reinio2019-10-161-5/+9
* QDoc: minor cleanup in Generator and NodePaul Wicking2019-10-031-1/+1
* QDoc: Remove empty destructors and add missing override keywordPaul Wicking2019-08-121-17/+3
* QDoc: Clean up whitespacePaul Wicking2019-08-081-223/+223
* qdoc: Document qdoc's Node classesMartin Smith2019-08-071-5/+2
* QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-7/+8
* qdoc: Fix "Inherited By" outputMartin Smith2019-07-311-2/+6
* qdoc: Fix the \reimp command outputMartin Smith2019-07-221-5/+7
* qdoc: Ensure that doc for header file nodes is writtenMartin Smith2019-07-041-0/+1
* qdoc: Fix \headerfile generationTopi Reinio2019-05-141-0/+1
* qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-061-1/+7
* qdoc: Fix \headerfile requisite table and title generationTopi Reinio2019-05-061-1/+1
* qdoc: Avoid generating invalid htmlMartin Smith2019-04-261-0/+1
* qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-34/+10
* qdoc: Use C++ 11 typed enums for the node enumerationsFriedemann Kleint2019-03-151-32/+32
* QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-16/+16
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-6/+25
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-154/+131
* qdoc: Remove the \indexpage commandMartin Smith2018-12-031-2/+1
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-294/+263
* qdoc: Refactor section construction and processingMartin Smith2018-06-011-9/+12
* qdoc: Remove support for \compat commandMartin Smith2018-06-011-1/+0
* qdoc: Refactor section constructionMartin Smith2018-06-011-2/+2
* qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-5/+19
* qdoc: Don't output undocumented functions from Q_OBJECTMartin Smith2018-03-011-0/+1
* qdoc: Generate correct links to QML propertiesv5.11.0-beta1Martin Smith2018-02-231-0/+1
* qdoc: Fix bugs in resolving inheritance and finding overridden functionsMartin Smith2018-02-231-3/+4
* qdoc: Make setRelates() work for SharedCommentNodeMartin Smith2018-01-261-2/+5
* qdoc: Convert the remaining uses of Q_DECL_OVERRIDE to C++ 'override'Topi Reinio2018-01-111-6/+6
* qdoc: Partial refactor of Node hierarchyMartin Smith2017-12-041-2/+9
* qdoc: Handle shared comments betterMartin Smith2017-11-161-9/+13
* qdoc: Document C++ functions that are invokableMartin Smith2017-11-161-0/+1
* Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-131-13/+77
|\
| * qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-081-1/+7
| * qdoc: Use clang to parse \fn commandsMartin Smith2017-09-061-0/+6