summaryrefslogtreecommitdiff
path: root/src/expr/symbol_table.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-29 20:36:35 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-29 20:36:35 +0000
commit06e088262574a9f3e1638d89b93a25ae83514820 (patch)
tree21546aec6fa84612c5ca0695a4ca0a46145fae2a /src/expr/symbol_table.h
parent777d698c0b11c35da05c55488b02b42064c0fc48 (diff)
* Numerous documentation fixes (fix doxygen warnings, add missing documentation, etc.).
* Remove sat_module.cpp, which was no longer used (was previously refactored?)
Diffstat (limited to 'src/expr/symbol_table.h')
-rw-r--r--src/expr/symbol_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/symbol_table.h b/src/expr/symbol_table.h
index ee04b17fd..3f24d10f8 100644
--- a/src/expr/symbol_table.h
+++ b/src/expr/symbol_table.h
@@ -118,6 +118,8 @@ public:
* @param name an identifier
* @param params the parameters to the type
* @param t the type to bind to <code>name</code>
+ * @param levelZero true to bind it globally (default is to bind it
+ * locally within the current scope)
*/
void bindType(const std::string& name,
const std::vector<Type>& params,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback