summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qmlvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Move QDoc source files under a further "qdoc" directoryLuca Di Sera2023-04-121-709/+0
* QDoc: Always depend on QmlPrivatePaul Wicking2023-03-041-7/+2
* qdoc: Make QDoc's output less noisy by defaultTopi Reinio2023-02-071-1/+2
* qdoc: Adapt to changes in QML ASTUlf Hermann2022-12-161-12/+2
* qdoc: Unify handling of QML types and QML value typesTopi Reinio2022-12-121-1/+1
* 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-2/+2
* QDoc: Remove unfinished support for documenting javascriptLuca Di Sera2022-09-071-24/+10
* Use SPDX license identifiersLucie GĂ©rard2022-05-191-27/+2
* qdoc: Fix build after changes to QQmlJS::AST::UiPublicMemberTopi Reinio2021-11-271-3/+3
* qdoc: Improve function tagging for grouped \fn commandsTopi Reinio2021-08-231-2/+2
* qdoc: Fix incorrect parameters generated for QML signalsTopi Reinio2021-06-101-1/+1
* QDoc: Code cleanupPaul Wicking2021-05-191-67/+67
* Doc: Improve \deprecated commandPaul Wicking2021-05-101-0/+2
* qdoc: Remove Node::Obsolete statusTopi Reinio2021-05-101-2/+2
* QDoc: Code cleanupPaul Wicking2021-05-031-27/+14
* Revert "QDoc: Add \deprecatedsince command"Paul Wicking2021-04-301-2/+0
* QDoc: Add \deprecatedsince commandPaul Wicking2021-04-281-0/+2
* qdoc: Re-implement \default commandTopi Reinio2021-03-171-0/+10
* qdoc: Introduce \required command and handle REQUIRED for QML propertiesTopi Reinio2020-07-151-0/+5
* Port QtTools from QStringRef to QStringViewKarsten Heimrich2020-06-151-1/+1
* QDoc: Extract Aggregate from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract QmlPropertyNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Extract FunctionNode from NodePaul Wicking2020-06-041-0/+1
* QDoc: Drop half-baked translation effortPaul Wicking2020-06-041-6/+7
* qdoc: QML parser: Fix parsing of function parametersTopi Reinio2020-05-141-1/+8
* qdoc: Fix parsing of QML signals that take parametersTopi Reinio2020-05-061-1/+1
* Prepare for internal QML Parser API changeSimon Hausmann2020-03-021-6/+6
* qdoc: Remove code for unimplemented command \pagekeywordsTopi Reinio2020-02-211-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Paul Wicking2019-12-181-106/+64
|\
| * clang-format QDocPaul Wicking2019-12-171-106/+64
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-11/+5
|\|
| * QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-11/+5
* | Fix build after QML AST API changesSimon Hausmann2019-10-111-2/+6
|/
* QDoc: Get rid of old #if 0 blocksPaul Wicking2019-08-161-18/+0
* QDoc: Clean up whitespacePaul Wicking2019-08-081-25/+25
* QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-7/+8
* Eradicate some easy Java-style iteratorsMarc Mutz2019-06-181-6/+3
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-1/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-201-0/+11
|\
| * Handle recursion depth errors when parsing JavaScriptUlf Hermann2019-03-181-0/+11
* | QDoc: Code cleanup, use nullptr for nullptr constantsPaul Wicking2019-02-081-5/+5
* | qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-66/+49
* | Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-221-1/+1
* | qdoc: Do not print error for future functionsMartin Smith2018-12-031-41/+0
* | qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-32/+39
|/
* qmlvisitor: deal with PatternElement::bindingIdentifer as QStringRefShawn Rutledge2018-07-031-1/+1
* Compile qdoc with new JS parserLars Knoll2018-06-151-1/+1
* qdoc: Clean up the Parameter classMartin Smith2017-08-101-1/+1
* Fix build after changes to QtQMLJoerg Bornemann2016-12-021-3/+28