summaryrefslogtreecommitdiff
path: root/src/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Make QDoc warn about undocumented public classesMartin Smith2019-05-061-0/+3
* qdoc: Allow QML/JS types with the same name as the parent modulev5.13.0-beta3Topi Reinio2019-04-161-2/+2
* qdoc: Allow namespace members to use \relatesMartin Smith2019-04-081-1/+2
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-14/+17
* qdoc: Eliminate need for the property group commandsMartin Smith2019-04-021-131/+65
* qdoc: Add support for documenting pyside examplesVenugopal Shivashankar2019-03-121-6/+13
* qdoc: Improve function overload handlingTopi Reinio2019-02-131-1/+1
* QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-9/+9
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-14/+33
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-544/+99
* Inline CodeParser::processCommonMetaCommand() in its one callerMartin Smith2019-01-301-3/+62
* Tidy up CppCodeParser::parseMacroArg() and clarify its documentationMartin Smith2019-01-301-42/+44
* Skip NULL nodes when processing meta-commandsMartin Smith2019-01-291-11/+16
* Inline various simple methods in QDocMartin Smith2019-01-231-16/+0
* QDoc: filter out internal nodes when processing argsMartin Smith2019-01-231-13/+18
* Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-1/+1
* qdoc: Remove the \indexpage commandMartin Smith2018-12-031-4/+0
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-103/+65
* 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