summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-11 19:17:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-11 19:21:07 (GMT)
commita735498be5a572236755cc3da65bf4774cbac25c (patch)
tree5514b591e9bdb10e6032831bdd384ab3d1f96e3a /src/namespacedef.h
parent7a0c06d1745739cb7f9753e75cb46f4a431b0eaa (diff)
downloadDoxygen-a735498be5a572236755cc3da65bf4774cbac25c.zip
Doxygen-a735498be5a572236755cc3da65bf4774cbac25c.tar.gz
Doxygen-a735498be5a572236755cc3da65bf4774cbac25c.tar.bz2
Bug 744762 - Using TAGFILES prevents symbol extraction
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r--src/namespacedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h
index 2d23d23..9b734eb 100644
--- a/src/namespacedef.h
+++ b/src/namespacedef.h
@@ -83,6 +83,7 @@ class NamespaceDef : public Definition
virtual Definition *findInnerCompound(const char *name);
void addInnerCompound(Definition *d);
void addListReferences();
+ void setFileName(const QCString &fn);
bool subGrouping() const { return m_subGrouping; }