summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-03-17 21:39:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-03-17 21:39:04 (GMT)
commitfc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea (patch)
treeeb947bb0b492c9a33c255c9ec3928913cbf938c7 /src/classdef.h
parent91ac89e271d81507ce5d8bf5b821d80aedd6ec3e (diff)
downloadDoxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.zip
Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.tar.gz
Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.tar.bz2
Release-1.3-rc3-20030317
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h
index 2292e2d..5049d11 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -414,6 +414,9 @@ class ClassDef : public Definition
/*! TRUE if the class is defined in a source file rather than a header file. */
bool m_isLocal;
+
+ /*! class name with outer class scope, but without namespace scope. */
+ QCString m_className;
};
/*! \brief Class that contains information about a usage relation.