summaryrefslogtreecommitdiff
path: root/src/bindings/compat/java
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/bindings/compat/java
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/bindings/compat/java')
-rw-r--r--src/bindings/compat/java/formula_value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/compat/java/formula_value.h b/src/bindings/compat/java/formula_value.h
index 79f31f404..efcd32eea 100644
--- a/src/bindings/compat/java/formula_value.h
+++ b/src/bindings/compat/java/formula_value.h
@@ -1,6 +1,6 @@
/*****************************************************************************/
/*!
- *\file formulavalue.h
+ *\file formula_value.h
*\brief enumerated type for value of formulas
*
* Author: Alexander Fuchs
@@ -13,7 +13,7 @@
* and its documentation for any purpose is hereby granted without
* royalty, subject to the terms and conditions defined in the \ref
* LICENSE file provided with this distribution.
- *
+ *
* <hr>
*/
/*****************************************************************************/
@@ -31,7 +31,7 @@ namespace CVC3 {
typedef enum FormulaValue {
TRUE_VAL,
FALSE_VAL,
- UNKNOWN_VAL
+ UNKNOWN_VAL
} FormulaValue;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback