summaryrefslogtreecommitdiffstats
path: root/src/filedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filedef.h')
-rw-r--r--src/filedef.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/filedef.h b/src/filedef.h
index d03f816..6ea8d23 100644
--- a/src/filedef.h
+++ b/src/filedef.h
@@ -116,10 +116,7 @@ class FileDef : public Definition
/*! Returns version of this file. */
QCString getVersion() const { return fileVersion; }
- bool isLinkableInProject() const
- {
- return hasDocumentation() && !isReference();
- }
+ bool isLinkableInProject() const;
bool isLinkable() const
{