From 7708c4b85465c08e6ba45a6485288f9459db6bb3 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 23 Jan 2015 12:40:41 +0100 Subject: qdoc: Change uses of module and qmlModule The uses of moduleName and qmlModuleName are changed to physicalModuleName and logicalModuleName respectively. A few other names are also changed in the same way. These changes are being done both to support documentation of javascript but also to emphasize that moduleName is really the name of the physical library module the entity is part of, and qmlModuleName is really the name of a collection of logical entities that is versionable and that may contain entities located in different physical modules. Change-Id: If49392aabf5950dc7b97c84f8134e9369e76dd1b Task-number: QTBUG-43715 Reviewed-by: Martin Smith --- src/tools/qdoc/cppcodeparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/qdoc/cppcodeparser.h') diff --git a/src/tools/qdoc/cppcodeparser.h b/src/tools/qdoc/cppcodeparser.h index f70f7937b8c..f7a46b093ac 100644 --- a/src/tools/qdoc/cppcodeparser.h +++ b/src/tools/qdoc/cppcodeparser.h @@ -156,7 +156,7 @@ protected: int tok; Node::Access access; FunctionNode::Metaness metaness; - QString moduleName; + QString physicalModuleName; QStringList lastPath_; QRegExp varComment; QRegExp sep; -- cgit v1.2.3