summaryrefslogtreecommitdiffstats
path: root/src/filedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filedef.h')
-rw-r--r--src/filedef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filedef.h b/src/filedef.h
index 8708794..502a957 100644
--- a/src/filedef.h
+++ b/src/filedef.h
@@ -124,8 +124,8 @@ class FileDef : public Definition
}
bool isIncluded(const QCString &name) const;
- bool isJava() const { return m_isJava; }
- bool isCSharp() const { return m_isCSharp; }
+ //bool isJava() const { return m_isJava; }
+ //bool isCSharp() const { return m_isCSharp; }
void writeDocumentation(OutputList &ol);
void writeMemberPages(OutputList &ol);
@@ -220,8 +220,8 @@ class FileDef : public Definition
QIntDict<Definition> *srcDefDict;
QIntDict<MemberDef> *srcMemberDict;
bool isSource;
- bool m_isJava;
- bool m_isCSharp;
+ //bool m_isJava;
+ //bool m_isCSharp;
QCString fileVersion;
PackageDef *package;
DirDef *dir;