diff options
Diffstat (limited to 'src/pagedef.h')
-rw-r--r-- | src/pagedef.h | 2 |
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 { |