From d1da1ab17ab72efa85f9543bcfc6c13aa3dec45a Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 15 Mar 2019 13:26:01 +0100 Subject: qdoc: Eliminate need for the property group commands We have been using the \qmlpropertygroup command to document complex properties. we also have the \jspropertygroup but it hasn't been used. However, we also have the shared comment concept, which we have used for documenting groups of functions. This update changes qdoc to use the shared comment concept for QML and JS property groups. The property groups commands are therefore no longer needed. But there are several uses of the \qmlpropertygroup command, and qdoc still recognizes these, although it uses the shared comment concept to handle them. The property group commands will be removed from the qdoc manual in a later update. Change-Id: Ie98638546756fd1a70067a7cd483c3b962c02954 Reviewed-by: Paul Wicking --- src/qdoc/cppcodeparser.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/qdoc/cppcodeparser.h') diff --git a/src/qdoc/cppcodeparser.h b/src/qdoc/cppcodeparser.h index 491ffb4cd..3d3f6a52c 100644 --- a/src/qdoc/cppcodeparser.h +++ b/src/qdoc/cppcodeparser.h @@ -73,12 +73,7 @@ protected: virtual Node* processTopicCommand(const Doc& doc, const QString& command, const ArgLocPair& arg); - void processQmlProperties(const Doc& doc, NodeList& nodes, DocList& docs, bool jsProps); - bool splitQmlPropertyGroupArg(const QString& arg, - QString& module, - QString& element, - QString& name, - const Location& location); + void processQmlProperties(const Doc &doc, NodeList &nodes, DocList &docs); bool splitQmlPropertyArg(const QString& arg, QString& type, QString& module, -- cgit v1.2.1