summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2009-12-16 19:51:02 +0000
committerTim King <taking@cs.nyu.edu>2009-12-16 19:51:02 +0000
commitb33a35b720059370ffb1507f31603cdb5347503a (patch)
treee4a2de1f99491d5ea066a7cee6d5d60a96624bb8 /src/expr/expr.h
parente2cbeb69ca3a56af6ad7cc65a70f554d08e4df76 (diff)
Small refactoring changes for the expr package.
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index 34a94ee66..a0a646900 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -95,6 +95,7 @@ public:
/**
* Returns the string representation of the expression.
+ * @return a string representation of the expression
*/
std::string toString() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback