* src/tl/simplify.hh: Fix comment.
This commit is contained in:
parent
9689c4ccfc
commit
21be883cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ namespace spot
|
||||||
/// Build the negative normal form of formula \a f.
|
/// Build the negative normal form of formula \a f.
|
||||||
/// All negations of the formula are pushed in front of the
|
/// All negations of the formula are pushed in front of the
|
||||||
/// atomic propositions. Operators <=>, =>, xor are all removed
|
/// atomic propositions. Operators <=>, =>, xor are all removed
|
||||||
/// (calling spot::unabbreviate_ltl is not needed).
|
/// (calling spot::unabbreviate for those is not needed).
|
||||||
///
|
///
|
||||||
/// \param f The formula to normalize.
|
/// \param f The formula to normalize.
|
||||||
/// \param negated If \c true, return the negative normal form of
|
/// \param negated If \c true, return the negative normal form of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue