From f3476d3ae2380bb10781371c9e07ebeaea9c9b86 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 15 May 2012 13:48:29 +0200 Subject: 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 --- src/tools/qdoc/cppcodemarker.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/tools/qdoc/cppcodemarker.cpp') 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
CppCodeMarker::qmlSections(const QmlClassNode* qmlClassNode, - SynopsisStyle style) +QList
CppCodeMarker::qmlSections(const QmlClassNode* qmlClassNode, SynopsisStyle style) { QList
sections; if (qmlClassNode) { -- cgit v1.2.3