| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
| |
Generalized the function to annotate nodes with documentation.
|
|
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.
|