summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp/pe_class.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/cpp/pe_class.hxx')
-rw-r--r--autodoc/source/parser/cpp/pe_class.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/autodoc/source/parser/cpp/pe_class.hxx b/autodoc/source/parser/cpp/pe_class.hxx
index 737bb3a4111d..d94123a26265 100644
--- a/autodoc/source/parser/cpp/pe_class.hxx
+++ b/autodoc/source/parser/cpp/pe_class.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -219,7 +220,7 @@ PE_Class::Result_FirstNameSegment() const
} // namespace cpp
-#if 0 // Branches
+/* // Branches
class struct union
-> Class
@@ -247,10 +248,8 @@ virtual
using
-> Using Declaration
-
-
-#endif // 0
-
+*/
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */