summaryrefslogtreecommitdiffstats
path: root/src/qdoc/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Allow per-example override of install pathTopi Reinio2020-01-291-2/+4
* clang-format QDocPaul Wicking2019-12-171-329/+201
* Factor out the formatting of the "since" textThibaut Cuvelier2019-12-131-15/+19
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-6/+6
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-85/+56
* QDoc: Get rid of out-parameterPaul Wicking2019-12-101-2/+1
* Remove "Node" header dependency from the "Generator"Levon Sargsyan2019-12-041-0/+1
* Introduce XmlGenerator to merge common functions for outputsThibaut Cuvelier2019-12-021-45/+83
* Rename functions to better describe their impactThibaut Cuvelier2019-11-281-5/+3
* Correct a typo in a commentThibaut Cuvelier2019-11-211-5/+1
* Update documentationThibaut Cuvelier2019-11-181-3/+2
* Clean-up some codeThibaut Cuvelier2019-11-181-9/+9
* Add missing spacesThibaut Cuvelier2019-11-181-4/+4
* Change documentation as proposed by Edward WelbourneThibaut Cuvelier2019-11-181-3/+4
* Change spaces to follow coding rulesThibaut Cuvelier2019-11-131-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-051-2/+2
|\
| * Correct a few typos in qdocThibaut Cuvelier2019-10-221-2/+2
* | QDoc: minor cleanup in Generator and NodePaul Wicking2019-10-031-8/+4
* | QDoc: Minor cleanup in generator.cppPaul Wicking2019-10-011-5/+5
* | QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-13/+14
* | QDoc: Remove unused code in generator.cppPaul Wicking2019-09-271-2/+0
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-44/+82
|\|
| * qdoc: WebXML output format: Fix issues with example pagesTopi Reinio2019-09-261-44/+81
| * qdoc: Fix issues with related non-membersTopi Reinio2019-09-201-0/+1
* | QDoc: Extract helper functions from Generator to UtilitiesPaul Wicking2019-08-091-22/+0
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-69/+69
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-021-2/+1
|\|
| * qdoc: Fix "Inherited By" outputMartin Smith2019-07-311-2/+1
* | QDoc: Clean up includes in Generator and ClangCodeParserPaul Wicking2019-07-301-3/+6
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-3/+18
|\|
| * qdoc: Fix the \reimp command outputMartin Smith2019-07-221-3/+18
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-2/+5
|\|
| * qdoc: Ensure Generator::fullDocumentLocation() returns a non-empty stringTopi Reinio2019-06-031-2/+5
* | Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-231-1/+2
|/
* qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-061-5/+4
* qdoc: Allow replacing file lists on \example pages with a link to a URLv5.13.0-beta2Topi Reinio2019-04-091-1/+52
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-5/+5
* qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-15/+3
* qdoc: Make timestamps in LOG lines opt inMartin Smith2019-03-191-0/+1
* QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-14/+14
* QDoc: generate proper html for example source file pagesPaul Wicking2019-02-081-10/+1
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-3/+9
* QDoc: Fix links to images used in examplesPaul Wicking2019-02-081-1/+2
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-131/+106
* Inline various simple methods in QDocMartin Smith2019-01-231-26/+0
* Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-8/+7
* Fix bug where -module part of module-page-names were lostMartin Smith2019-01-221-17/+13
* Kill some dead code; it was all #if 0 beforeMartin Smith2019-01-221-85/+0
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-182/+288