summaryrefslogtreecommitdiffstats
path: root/src/qdoc/htmlgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Refactor automatic note generation for function nodesTopi Reinio2020-03-061-48/+7
* QDoc: Disentangle Generator and ConfigPaul Wicking2020-03-041-7/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-181-6/+16
* QDoc: Let generators keep a pointer to ConfigPaul Wicking2020-02-141-44/+45
* QDoc: Format according to stylePaul Wicking2020-02-141-3/+2
* qdoc: Handle \qmlmodule pages that are marked \internalTopi Reinio2020-01-241-18/+19
* qdoc: Teach QDoc to output function and class template parametersTopi Reinio2020-01-201-8/+8
* Doc: Improve formatting of subtitles on class reference pagesTopi Reinio2020-01-201-5/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-5/+1
|\
| * Remove identical code under if for different branchesLevon Sargsyan2020-01-131-5/+1
* | qdoc: Make Config a singletonTopi Reinio2020-01-131-7/+10
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-6/+1
|\|
| * QDoc: Use html5 charset declarationPaul Wicking2020-01-051-1/+1
| * QDoc: Drop xml prolog from html outputPaul Wicking2020-01-051-5/+0
* | Implement DocBook support for qdocThibaut Cuvelier2020-01-031-2/+2
|/
* Add a comment about the replacement of some identifiers by subscriptsThibaut Cuvelier2019-12-191-6/+9
* clang-format QDocPaul Wicking2019-12-171-816/+587
* qdoc: Fix regression in output for QML properties with shared commentsTopi Reinio2019-12-161-51/+38
* Factor out the formatting of the "since" textThibaut Cuvelier2019-12-131-20/+4
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-4/+4
* QDoc: Get rid of unnecessary castsPaul Wicking2019-12-111-2/+2
* QDoc: Clean up whitespacePaul Wicking2019-12-111-1/+1
* QDoc: Remove unused codePaul Wicking2019-12-111-10/+0
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-299/+217
* QDoc: remove dead/unreachable code reported via coverityLevon Sargsyan2019-12-061-22/+1
* Fix null pointer dereferencing coverity issues in qdocLevon Sargsyan2019-12-051-2/+2
* Introduce XmlGenerator to merge common functions for outputsThibaut Cuvelier2019-12-021-328/+11
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-051-1/+1
|\
| * Correct a few typos in qdocThibaut Cuvelier2019-10-221-1/+1
* | QDoc: Do not generate self-referencing links for methodsPaul Wicking2019-10-211-2/+5
* | qdoc: Fix issues with shared comment nodesTopi Reinio2019-10-161-20/+28
* | qdoc: Don't Auto-Link references to selfMartin Smith2019-10-161-0/+5
* | qdoc: Warn when writing QML import statement with incomplete informationTopi Reinio2019-10-141-0/+7
* | QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-32/+42
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-1/+1
|\|
| * qdoc: Remove superfluous '#' symbol from generated linksTopi Reinio2019-09-121-1/+1
* | QDoc: Get rid of old #if 0 blocksPaul Wicking2019-08-161-30/+0
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-109/+109
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-9/+12
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-021-1/+1
|\|
| * qdoc: Fix "Inherited By" outputMartin Smith2019-07-311-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-20/+22
|\|
| * Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-07-021-17/+19
| |\
| | * qdoc: List obsolete QML members in obsolete QML members filev5.13.0-beta4Martin Smith2019-05-151-8/+8
| | * qdoc: Fix issues with shared comments for QML properties/methodsTopi Reinio2019-05-081-9/+11
| * | qdoc: Sort qualified names correctly in generateCompactList()Martin Smith2019-07-011-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-291-11/+13
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-031-5/+2
|\| | |