summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index 395bdff3a..c50e85ac2 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -1,5 +1,5 @@
/********************* */
-/*! \file expr_template.h
+/*! \file expr.h
** \verbatim
** Original author: dejan
** Major contributors: mdeters
@@ -403,6 +403,7 @@ public:
* @param types set to true to ascribe types to the output
* expressions (might break language compliance, but good for
* debugging expressions)
+ * @param dag the dagification threshold to use (0 == off)
* @param language the language in which to output
*/
void toStream(std::ostream& out, int toDepth = -1, bool types = false, size_t dag = 1,
@@ -960,7 +961,7 @@ public:
${getConst_instantiations}
-#line 964 "${template}"
+#line 965 "${template}"
namespace expr {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback