summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/qmlmarkupvisitor.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the declarative headers and includes within qdoc.David Boddie2011-04-051-1/+1
|
* qdoc: Added typedef to help the OSX compiler accept a template.Martin Smith2010-12-161-1/+2
|
* Ensured that object definition identifiers are marked up as links.David Boddie2010-12-091-1/+2
| | | | It may be worthwhile extending this to other UiQualifiedId nodes.
* Added missing qmlcodemarker.cpp and qmlcodemarker.h files.David Boddie2010-12-061-2/+11
| | | | | | | | Added code to remove pragmas before parsing and add them to the output. The extractPragmas() function was copied into both qmlcodeparser.cpp and qmlcodemarker.cpp from src/declarative/qml/qdeclarativescriptparser.cpp, and was modified to return either nothing (for the API parser) or a list of removed pragmas (for the code marker).
* Updated handling of some statement nodes, removed unnecessary functions.David Boddie2010-12-011-178/+7
|
* Fixed/adjusted handling of UiPublicMember nodes.David Boddie2010-12-011-2/+0
| | | | Removed debugging code.
* Made further refinements to the node traversal and comment handling.David Boddie2010-11-291-2/+8
|
* Added the foundations of QML markup support.David Boddie2010-11-281-0/+338
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.