summaryrefslogtreecommitdiff
path: root/src/theory/theory_traits_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_traits_template.h')
-rw-r--r--src/theory/theory_traits_template.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/theory/theory_traits_template.h b/src/theory/theory_traits_template.h
index bbf13b425..4522af568 100644
--- a/src/theory/theory_traits_template.h
+++ b/src/theory/theory_traits_template.h
@@ -1,5 +1,5 @@
/********************* */
-/*! \file theory_traits_template.h
+/*! \file theory_traits.h
** \verbatim
** Original author: dejan
** Major contributors: mdeters
@@ -27,7 +27,6 @@
${theory_includes}
namespace CVC4 {
-
namespace theory {
template <TheoryId theoryId>
@@ -37,5 +36,5 @@ ${theory_traits}
${theory_for_each_macro}
-}/* theory namespace */
+}/* CVC4::theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback