summaryrefslogtreecommitdiffstats
path: root/src/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Sort the members of shared comment node collectiveTopi Reinio2020-01-241-0/+3
* clang-format QDocPaul Wicking2019-12-171-188/+126
* QDoc: Use QVector instead of QListPaul Wicking2019-12-121-1/+1
* QDoc: Drop unnecessary sortPaul Wicking2019-12-111-2/+1
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-25/+16
* qdoc: Fix issues with shared comment nodesTopi Reinio2019-10-161-19/+17
* QDoc: Use range-based for instead of foreachPaul Wicking2019-09-281-6/+4
* QDoc: Clean up whitespacePaul Wicking2019-08-081-38/+38
* QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-6/+8
* QDoc: Fix typo in warningPaul Wicking2019-07-311-1/+1
* Eradicate the last Java-style iterators and mark the module free of themMarc Mutz2019-07-121-10/+14
* Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-231-3/+5
* 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
|/