summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-12-23 11:10:19 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-12-23 11:10:19 (GMT)
commitf1c96033bcea28e3ff4528299459b39488831669 (patch)
treeca622f0943a627101c1445a9e5c3f66db42350c9 /src/memberdef.h
parentb4b4c9decfacdf77d58490fa2dd81e1e10fe2dd0 (diff)
downloadDoxygen-f1c96033bcea28e3ff4528299459b39488831669.zip
Doxygen-f1c96033bcea28e3ff4528299459b39488831669.tar.gz
Doxygen-f1c96033bcea28e3ff4528299459b39488831669.tar.bz2
Bug 739209 - Invalid warning about undocumented C++ function imported from tagfile
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index a669d68..b68149f 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -263,6 +263,7 @@ class MemberDef : public Definition
QCString documentation() const;
QCString briefDescription(bool abbr=FALSE) const;
QCString fieldType() const;
+ bool isReference() const;
//-----------------------------------------------------------------------------------