mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
Javadoc and indentation fixes
- A proper way to refer to the function in the same class is "#funcName" - There is no point in "@param p" declaration if no description follows it.
This commit is contained in:
parent
54e5bf2422
commit
8bb0010dc3
9 changed files with 91 additions and 110 deletions
|
@ -68,7 +68,7 @@ public final class Global
|
|||
* Restore the value of all global (and module) parameters.
|
||||
* Remarks:
|
||||
* This command will not affect already created objects (such as tactics and solvers)
|
||||
* @see setParameter
|
||||
* @see #setParameter
|
||||
**/
|
||||
public static void resetParameters()
|
||||
{
|
||||
|
@ -84,7 +84,7 @@ public final class Global
|
|||
public static void ToggleWarningMessages(boolean enabled)
|
||||
|
||||
{
|
||||
Native.toggleWarningMessages((enabled) ? true : false);
|
||||
Native.toggleWarningMessages((enabled));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue