summaryrefslogtreecommitdiffstats
path: root/src/filedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filedef.h')
-rw-r--r--src/filedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filedef.h b/src/filedef.h
index 52be3f6..4841d1c 100644
--- a/src/filedef.h
+++ b/src/filedef.h
@@ -117,6 +117,7 @@ class FileDef : public Definition
{
return isLinkableInProject() || isReference();
}
+ bool isIncluded(const QCString &name) const;
void writeDocumentation(OutputList &ol);
void writeSource(OutputList &ol);