summaryrefslogtreecommitdiffstats
path: root/src/pagedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.h')
-rw-r--r--src/pagedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pagedef.h b/src/pagedef.h
index e1afe99..40649ef 100644
--- a/src/pagedef.h
+++ b/src/pagedef.h
@@ -29,7 +29,7 @@ class PageDef : public Definition
DefType definitionType() const { return TypePage; }
bool isLinkableInProject() const
{
- return hasDocumentation() && !isReference();
+ return /*hasDocumentation() &&*/ !isReference();
}
bool isLinkable() const
{