summaryrefslogtreecommitdiff
path: root/src/qdoc/sections.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Override isObsolete() for a FunctionNodeTopi Reinio2020-01-291-3/+1
* qdoc: Fix regression in QML types inheriting property groupsTopi Reinio2020-01-241-31/+9
* qdoc: Fix regression in C++ functions sharing a documentation commentTopi Reinio2020-01-051-4/+2
* clang-format QDocPaul Wicking2019-12-171-87/+75
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-1/+1
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-89/+59
* Merge remote-tracking branch 'origin/5.13' into 5.14Paul Wicking2019-10-201-3/+9
|\
| * qdoc: Remove shared comment nodes from all members pageTopi Reinio2019-10-151-6/+14
* | qdoc: Fix issues with shared comment nodesTopi Reinio2019-10-161-3/+18
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-28/+28
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-4/+7
* | qdoc: Improve distribution of shared comment nodesTopi Reinio2019-07-201-39/+58
|/
* qdoc: Correct wrong related non-member linksMartin Smith2019-07-051-1/+1
* qdoc: Fix issues with shared comments for QML properties/methodsTopi Reinio2019-05-081-9/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-241-0/+2
|\
| * qdoc: Don't include shared comment nodes in summary sectionsTopi Reinio2019-04-101-0/+2
* | qdoc: Search for QML type before creating itMartin Smith2019-04-021-1/+1
* | qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-26/+22
* | QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-14/+14
* | qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-6/+14
* | qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-50/+82
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-181-3/+7
|\ \ | |/
| * qdoc: Don't include overridden functions in all-members listMartin Smith2019-01-021-1/+5
| * qdoc: Include inherited members in all-members listMartin Smith2019-01-021-3/+3
* | qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-89/+109
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-111-1/+1
* qdoc: Fix output for shared QML document nodesTopi Reinio2018-08-301-36/+59
* qdoc: Clear containers in class Section clear() functionMartin Smith2018-06-051-0/+2
* qdoc: Refactor section construction and processingMartin Smith2018-06-011-617/+730
* qdoc: Remove support for \compat commandMartin Smith2018-06-011-9/+3
* qdoc: Refactor section constructionMartin Smith2018-06-011-0/+896