summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/qmlvisitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added the foundations of QML markup support.David Boddie2010-11-281-22/+26
| | | | | | Use the QtDeclarative parser instead of Qt Creator's QML parser. Split the QML visitor into documentation and markup visitors. The code marker used for each file is now determined from its extension.
* Added support for pure QML signals and properties.David Boddie2010-11-251-12/+38
| | | | Generalized the function to annotate nodes with documentation.
* Refactored use of parsers to parse files based on their types.David Boddie2010-11-241-0/+191
The full range of file types is specified in the configuration file. Each parser is asked if it handles each file. The pure documentation parser conceptually handles qdoc files, but it uses the same code as the C++ parser.