Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the foundations of QML markup support. | David Boddie | 2010-11-28 | 1 | -9/+9 |
| | | | | | | 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. | ||||
* | Refactored use of parsers to parse files based on their types. | David Boddie | 2010-11-24 | 1 | -0/+168 |
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. |