summaryrefslogtreecommitdiffstats
path: root/src/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Move QDoc source files under a further "qdoc" directoryLuca Di Sera2023-04-121-977/+0
* Revert "qdoc: Add support for 'category' argument in \generatelist command"Topi Reinio2023-04-111-5/+2
* qdoc: Add support for 'category' argument in \generatelist commandTopi Reinio2023-03-271-2/+5
* Rename local variable in CppCodeParserPaul Wicking2023-03-231-32/+32
* QDoc: Remove `CppCodeParser` from the `CodeParser` hierarchyLuca Di Sera2023-03-221-23/+22
* QDoc: Move `CodeParser::checkModuleInclusion` to "cppcodeparser.cpp"Luca Di Sera2023-03-191-0/+29
* QDoc: Remove `CppCodeParser::metaCommands`Luca Di Sera2023-03-191-25/+0
* QDoc: Remove `CppCodeParser::topicCommands`Luca Di Sera2023-03-191-23/+1
* QDoc: Remove `CodeParser::commonMetaCommands`Luca Di Sera2023-03-191-1/+1
* QDoc: Remove `CppCodeParser::ExtraFuncData`Luca Di Sera2023-03-161-1/+0
* qdoc: Remove unnecessary Config access functionsTopi Reinio2023-03-141-5/+7
* QDoc: Don't call CodeParser::terminateParser from CppCodeParserPaul Wicking2023-03-101-3/+1
* QDoc: Replace members in CppCodeParser with local staticsPaul Wicking2023-03-101-31/+26
* QDoc: Remove CodeParser::initializeParser()Paul Wicking2023-03-101-2/+0
* QDoc: Remove CodeParser::s_showInternal member and associated getterPaul Wicking2023-03-101-3/+3
* QDoc: refactor and document CppCodeParser::hasTooManyTopicsPaul Wicking2023-03-101-21/+30
* QDoc: Move `CodeParser::parseHeaderFile` to `ClangCodeParser`Luca Di Sera2023-03-101-8/+0
* qdoc: Unify handling of QML types and QML value typesTopi Reinio2022-12-121-12/+11
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-3/+3
* QDoc: Remove deprecated usage of _qs literal operatorLuca Di Sera2022-09-131-1/+3
* QDoc: Remove Node::PageTypeLuca Di Sera2022-09-081-20/+22
* QDoc: Remove unfinished support for documenting javascriptLuca Di Sera2022-09-071-62/+13
* QDoc: Move `Node::setNoAutoList` to `PageNode`Luca Di Sera2022-09-051-1/+8
* qdoc: Introduce \modulestate commandTopi Reinio2022-07-151-0/+9
* QDoc: Assume that aggregates have a single meaningful include fileLuca Di Sera2022-07-081-6/+33
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* qdoc: Add warning for the location of duplicate-documented QML propertyTopi Reinio2022-04-071-3/+5
* Rename QML basic types to value typesUlf Hermann2022-01-181-4/+5
* qdoc: Don't warn about \instantiates classes if -no-link-errors is setTopi Reinio2021-12-031-4/+11
* qdoc: Improve function tagging for grouped \fn commandsTopi Reinio2021-08-231-7/+8
* QDoc: Code cleanupPaul Wicking2021-05-191-37/+37
* Doc: Improve \deprecated commandPaul Wicking2021-05-101-4/+8
* qdoc: Remove Node::Obsolete statusTopi Reinio2021-05-101-2/+2
* QDoc: Code cleanupPaul Wicking2021-05-031-16/+12
* Revert "QDoc: Add \deprecatedsince command"Paul Wicking2021-04-301-8/+2
* QDoc: Add \deprecatedsince commandPaul Wicking2021-04-281-2/+8
* qdoc: Re-implement \default commandTopi Reinio2021-03-171-0/+10
* qdoc: Allow overriding documentation from abstract QML base typesTopi Reinio2021-01-211-1/+1
* qdoc: Allow type aliases as a parameter to \class commandTopi Reinio2020-11-091-0/+14
* qdoc: Manage logging category in utilities.h/cppTor Arne Vestbø2020-09-241-1/+0
* QDoc: Drop ditaref remainsPaul Wicking2020-09-111-5/+5
* qdoc: Introduce \required command and handle REQUIRED for QML propertiesTopi Reinio2020-07-151-0/+5
* QDoc: Remove remnant of deprecated commandPaul Wicking2020-06-151-3/+0
* QDoc: Use QList instead of QVectorJarek Kobus2020-06-091-2/+2
* qdoc: Extend synopsis for detailed reference sectionsTopi Reinio2020-06-081-4/+8
* QDoc: Extract ExternalPageNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract ExampleNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract CollectionNode from NodePaul Wicking2020-06-041-0/+1