diff options
| author | Martin Smith <martin.smith@nokia.com> | 2012-05-15 13:48:29 +0200 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-15 14:01:58 +0200 |
| commit | f3476d3ae2380bb10781371c9e07ebeaea9c9b86 (patch) | |
| tree | e8a868e699d0efa600c4feec36bafc830bf1a3a9 /src/tools/qdoc/cppcodemarker.cpp | |
| parent | b690f5b89e8d3707790e143815557df73043f1a7 (diff) | |
qdoc: Don't include internal QML properties in output
QML properties marked internal were still appearing in the
the HTML output. Also, the title for QML type pages was not
correct in the help project writer.
Change-Id: Icaad7cefce77a4af70796bc185c99a3035fb17c8
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/tools/qdoc/cppcodemarker.cpp')
| -rw-r--r-- | src/tools/qdoc/cppcodemarker.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/qdoc/cppcodemarker.cpp b/src/tools/qdoc/cppcodemarker.cpp index 20c3316457d..9bfbebb8e14 100644 --- a/src/tools/qdoc/cppcodemarker.cpp +++ b/src/tools/qdoc/cppcodemarker.cpp @@ -1125,11 +1125,8 @@ QString CppCodeMarker::addMarkUp(const QString &in, This function is for documenting QML properties. It returns the list of documentation sections for the children of the \a qmlClassNode. - - Currently, it only handles QML property groups. */ -QList<Section> CppCodeMarker::qmlSections(const QmlClassNode* qmlClassNode, - SynopsisStyle style) +QList<Section> CppCodeMarker::qmlSections(const QmlClassNode* qmlClassNode, SynopsisStyle style) { QList<Section> sections; if (qmlClassNode) { |
