summaryrefslogtreecommitdiffstats
path: root/src/qdoc/htmlgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | |
| * | | 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
* | | Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-231-12/+19
|/ /
* | qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-061-10/+15
* | qdoc: Fix \headerfile requisite table and title generationTopi Reinio2019-05-061-3/+1
* | qdoc: Avoid generating invalid htmlMartin Smith2019-04-261-3/+5
* | qdoc: Search for QML type before creating itMartin Smith2019-04-021-8/+8
* | qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-15/+16
* | qdoc: Add support for documenting pyside examplesVenugopal Shivashankar2019-03-121-2/+3
* | qdoc: Fix duplicate section headers on C++ reference pagesTopi Reinio2019-02-191-5/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-7/+5
|\|
| * qdoc: Add complete version string to the HTML titleVenugopal Shivashankar2019-02-111-7/+5
* | QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-4/+4
* | QDoc: generate proper html for example source file pagesPaul Wicking2019-02-081-0/+31
* | qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-12/+28
* | qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-50/+167
* | Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-21/+19
* | Kill some dead code; it was all #if 0 beforeMartin Smith2019-01-221-4/+0
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-181-4/+20
|\|