summaryrefslogtreecommitdiffstats
path: root/src/qdoc
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-111-6/+6
|\
| * Fix code snippet in qdoc manualPaul Wicking2019-10-101-2/+2
| * Doc: Minor corrections qdoc manualNico Vertriest2019-10-071-4/+4
* | qdoc: Do not add class to map if isDontDocument() is trueMartin Smith2019-10-101-1/+1
* | qdoc: Remove multiple QTypeInfo entries from All Classes pageMartin Smith2019-10-101-1/+1
|/
* Doc: Add doc for the \dontdocument commandNico Vertriest2019-10-021-0/+18
* qdoc: WebXML output: Fix output for \group and \annotatedlistTopi Reinio2019-09-262-6/+29
* qdoc: WebXML output format: Fix issues with example pagesTopi Reinio2019-09-265-83/+223
* qdoc: Fix issues with related non-membersTopi Reinio2019-09-203-5/+12
* qdoc: Do not prefix related non-members with a parent scopeTopi Reinio2019-09-121-2/+7
* qdoc: Remove superfluous '#' symbol from generated linksTopi Reinio2019-09-121-1/+1
* qdoc: Avoid errors related to PCH usageTopi Reinio2019-08-211-2/+4
* qdoc: Fix "Inherited By" outputMartin Smith2019-07-3110-304/+345
* Doc: Replace "return 0" with "return \nullptr" in QDoc's node.cppPaul Wicking2019-07-231-5/+7
* qdoc: Fix the \reimp command outputMartin Smith2019-07-225-19/+110
* qdoc: Add hasDoc() test to findOverriddenFunction()Martin Smith2019-07-171-1/+1
* qdoc: Add hasDoc() test to docMustBeGenerated()Martin Smith2019-07-161-1/+1
* qdoc: Correct algorithm for finding class qualifierMartin Smith2019-07-111-11/+14
* Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* qdoc: Correct function signatures from header filesMartin Smith2019-07-051-3/+6
* qdoc: Correct wrong related non-member linksMartin Smith2019-07-051-1/+1
* qdoc: Revise ClassNode::docMustBeGenerated()Topi Reinio2019-07-041-7/+3
* qdoc: Ensure that doc for header file nodes is writtenMartin Smith2019-07-042-3/+21
* Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-07-026-78/+94
|\
| * qdoc: Don't log guessed include pathsv5.13.0-rc3v5.13.0Martin Smith2019-06-111-13/+1
| * qdoc: Fix regressions in include path handlingTopi Reinio2019-06-071-54/+61
| * qdoc: Ensure Generator::fullDocumentLocation() returns a non-empty stringv5.13.0-rc2Topi Reinio2019-06-041-2/+5
| * qdoc: Accept include paths without -IMartin Smith2019-06-041-2/+13
| * qdoc: Drop '-I' prefix from module header pathv5.13.0-rc1Topi Reinio2019-05-241-0/+2
| * qdoc: List obsolete QML members in obsolete QML members filev5.13.0-beta4Martin Smith2019-05-152-9/+9
| * qdoc: Fix \headerfile generationTopi Reinio2019-05-142-0/+8
| * qdoc: Fix issues with shared comments for QML properties/methodsTopi Reinio2019-05-082-18/+17
* | qdoc: Sort qualified names correctly in generateCompactList()Martin Smith2019-07-011-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-11/+13
|\ \
| * | qdoc: Avoid duplicating version strings in HTML <title> elementTopi Reinio2019-05-311-11/+13
* | | qdoc: Don't let qdoc run without a project nameMartin Smith2019-06-191-0/+4
* | | qdoc: Build artificial module headerMartin Smith2019-06-071-35/+48
* | | qdoc: Don't log guessed include pathsMartin Smith2019-06-071-13/+1
* | | qdoc: Ensure Generator::fullDocumentLocation() returns a non-empty stringTopi Reinio2019-06-031-2/+5
* | | qdoc: Accept include paths without -IMartin Smith2019-05-311-2/+13
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-5/+2
|\| |
| * | qdoc: Add id attribute for all HTML headingsTopi Reinio2019-05-061-5/+2
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-141-2/+11
|\| | | |/ |/|
| * Add build information for QDoc on Debian-based Linux distributionsRichard Weickelt2019-05-131-2/+11
* | qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-0611-40/+115
* | qdoc: Fix \headerfile requisite table and title generationTopi Reinio2019-05-063-4/+11
* | Doc: Clear 'moduleheader' for tool manualsTopi Reinio2019-05-031-0/+1
* | qdoc: Avoid generating invalid htmlMartin Smith2019-04-262-3/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-246-5/+16
|\|
| * QDoc: Add llvm-config-9 as llvm detection candidatePaul Wicking2019-04-231-0/+1