summaryrefslogtreecommitdiffstats
path: root/src/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Remove support for \compat commandMartin Smith2018-06-011-23/+0
* qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-2/+3
* qdoc: Fix bugs in resolving inheritance and finding overridden functionsMartin Smith2018-02-231-22/+6
* qdoc/Config::findFile() Make userFriendlyFilePath an optional out parameterv5.11.0-alpha1Friedemann Kleint2018-02-141-10/+3
* qdoc: Fix regression for wrongly reporting multiple topicsMartin Smith2018-02-051-0/+7
* qdoc: Fix processing for \macro and QML method/signal topic commandsTopi Reinio2018-01-051-0/+122
* qdoc: Handle shared comments betterMartin Smith2017-11-161-62/+204
* Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-131-1464/+79
|\
| * qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-081-620/+2
| * qdoc: Better support for multi-\fn documentation blocksMartin Smith2017-08-101-51/+58
| * qdoc: Make qdoc handle ref qualifiers correctlyMartin Smith2017-08-101-0/+8
| * qdoc: Teach parser for \fn commands to parse array parametersMartin Smith2017-08-101-0/+18
| * qdoc: Use documentation for implicit special functionsMartin Smith2017-08-101-8/+28
| * qdoc: Clean up the Parameter classMartin Smith2017-08-101-1/+1
| * qdoc: A different way to fix the "signed" problemMartin Smith2017-08-101-3/+16
| * qdoc: Enable documentation of type alias as typedefMartin Smith2017-08-101-0/+2
| * qdoc: Don't report error for things marked \internalMartin Smith2017-08-101-12/+17
| * Parse function pointer types the same way clang doesOlivier Goffart2017-08-101-8/+15
| * Use clang as a parser in qdocOlivier Goffart2017-08-101-865/+18
* | qdoc: Improve linking of QML typesTopi Reinio2017-10-271-1/+3
|/
* qdoc: Further improve example file listingTopi Reinio2017-07-041-2/+4
* Fix GCC 7 warnings about unmarked case statement fallthroughsThiago Macieira2017-06-041-1/+1
* Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-231-1/+1
* qdoc: Implement C++11 'override' specifier supportRainer Keller2017-01-121-3/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+0
|\
| * qdoc: Improve resolution of QML type inheritanceTopi Reinio2016-08-161-1/+0
* | qdoc: Add support for attribution pagesKai Koehne2016-08-081-0/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-2/+3
|\
| * Less randomness in qdoc output part IISune Vuorela2016-06-161-2/+3
* | Updated license headers and license testsAntti Kokko2016-06-101-17/+12
* | qdoc: Allow example files to be excludedTopi Reinio2016-05-121-3/+11
|/
* qdoc: Correct source line numbers in index fileMartin Smith2016-04-051-8/+24
* qdoc: Allows properties in QML basic typesMartin Smith2016-03-091-4/+6
* qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-261-24/+45
* qdoc: Avoid unnecessary qdoc warningsMartin Smith2016-02-261-17/+26
* qdoc: QML basic types can now have methodsMartin Smith2016-02-221-5/+7
* qdoc: Second try on Q_PROPERTY with default and final.Karsten Heimrich2016-02-151-2/+6
* qdoc: accepts C++11 variadic templates ellipsis operatorKarsten Heimrich2016-02-151-1/+1
* Make sure we allow final and default in Q_PROPERTY.Karsten Heimrich2016-02-111-1/+1
* qdoc: Implement support for C++11 default member initialization.Karsten Heimrich2016-02-091-2/+2
* qdoc: Implement C++11 'final' specifier support.Karsten Heimrich2016-02-081-1/+6
* qdoc: Implement support for C++11 default/delete declarations.Karsten Heimrich2016-02-081-4/+12
* qdoc: Implement support for C++11 scoped enumerations.Karsten Heimrich2016-02-081-0/+7
* move qdoc back to qttoolsOswald Buddenhagen2015-10-231-0/+2611