summaryrefslogtreecommitdiffstats
path: root/src/qdoc/doc.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Ensure macros as a macro parameter are expandedTopi Reinio2020-03-261-1/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* qdoc: Parse arguments for an \obsolete commandTopi Reinio2020-02-281-0/+6
* qdoc: Fix warning when accessing a QString outside of its rangeAndy Shaw2020-02-261-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-181-1/+1
* QDoc: Format according to stylePaul Wicking2020-02-141-1/+1
* qdoc: Make Config a singletonTopi Reinio2020-01-131-5/+3
* QDoc: clean up ctor/dtor in AtomPaul Wicking2020-01-061-2/+2
* QDoc: Fix whitespace (again)Paul Wicking2020-01-061-5/+3
* qdoc: Introduce ignorewords configuration variableTopi Reinio2019-12-181-102/+76
* clang-format QDocPaul Wicking2019-12-171-470/+357
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-10/+10
* QDoc: Minor adjustment/cleanupPaul Wicking2019-12-111-42/+42
* QDoc: Get rid of unnecessary castsPaul Wicking2019-12-111-8/+8
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-20/+14
* QDoc: Minor cleanup in doc.cppPaul Wicking2019-12-041-1/+1
* QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-6/+2
* QDoc: Fix some more whitespacePaul Wicking2019-09-271-2/+2
* QDoc: Get rid of old #if 0 blocksPaul Wicking2019-08-161-7/+0
* QDoc: Clean up whitespacePaul Wicking2019-08-081-59/+59
* QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-12/+15
* qdoc: Don't report override error when reimp is usedMartin Smith2019-04-051-0/+9
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-2/+2
* qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-3/+8
* QDoc: filter out internal nodes when processing argsMartin Smith2019-01-231-0/+9
* Remove unused method Doc::renameParameters()Martin Smith2019-01-221-24/+0
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-7/+11
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-09-121-27/+70
|\
| * qdoc: Allow parameters for \code, \qml, \js, and \badcode commandsTopi Reinio2018-09-091-6/+28
| * qdoc: Add regular expression matching to macrosTopi Reinio2018-09-091-20/+41
| * Fix crash when expanding macros in sectionsKai Koehne2018-09-061-1/+1
* | QDoc: Clean up code, old style casts and more 0 nullptr constantsPaul Wicking2018-09-031-134/+134
|/
* qdoc: Allow macro expansion in qdoc command argumentsTopi Reinio2018-07-311-37/+56
* qdoc: Allow escaping of single words to prevent autolinkingMartin Smith2018-06-181-5/+54
* qdoc: Remove a useless #ifdefMartin Smith2018-02-231-11/+0
* qdoc/webxml: Output resolved snippet pathFriedemann Kleint2018-02-191-4/+17
* qdoc/Config::findFile() Make userFriendlyFilePath an optional out parameterv5.11.0-alpha1Friedemann Kleint2018-02-141-1/+1
* qdoc: Reformat giant switch statement according to Qt Coding StyleMartin Smith2018-01-311-176/+96
* qdoc: Add optional since clause to \value commandMartin Smith2017-11-151-0/+10
* Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-131-123/+102
|\
| * qdoc: Remove unnecessary call of location().push()Martin Smith2017-11-081-1/+0
| * qdoc: Remove chapter and part commandsMartin Smith2017-08-101-31/+1
| * doc: Fix qdoc macro processingMartin Smith2017-08-101-91/+101
* | qdoc: Make doc configuration aware of the output formatTopi Reinio2017-10-171-119/+137
|/
* Fix GCC 7 warnings about unmarked case statement fallthroughsThiago Macieira2017-06-041-1/+4
* qdoc: Improve \brief handlingTopi Reinio2017-02-141-1/+4
* Updated license headers and license testsAntti Kokko2016-06-101-17/+12
* qdoc: Use '//!' as a documentation commentTopi Reinio2016-04-051-0/+12
* qdoc: Always remove excess indentation from code snippetsTopi Reinio2015-11-271-5/+1
* qdoc: Fix crash with multiple macro parametersTopi Reinio2015-11-241-0/+2