summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
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/classdef.cpp
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/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index e6b9064..5c42f57 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -2673,7 +2673,7 @@ bool ClassDef::isLinkable() const
}
else
{
- return isLinkableInProject() || isReference();
+ return isReference() || isLinkableInProject();
}
}