Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
59947d11
Commit
59947d11
authored
Aug 11, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_lacim.hh:
Typos in Doxygen comments.
parent
42fc2b77
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
59947d11
2004-08-11 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_lacim.hh:
Typos in Doxygen comments.
2004-08-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/ltlvisit/apcollect.hh: Fix include guard. Report from Denis.
...
...
src/tgbaalgos/ltl2tgba_fm.hh
View file @
59947d11
...
...
@@ -89,7 +89,7 @@ namespace spot
/// unstable state is used to suppress all acceptance conditions from
/// incoming transitions.
///
/// \return A spot::tgba_explicit that recognize the language of \a f.
/// \return A spot::tgba_explicit that recognize
s
the language of \a f.
tgba_explicit
*
ltl_to_tgba_fm
(
const
ltl
::
formula
*
f
,
bdd_dict
*
dict
,
bool
exprop
=
false
,
bool
symb_merge
=
true
,
bool
branching_postponement
=
false
,
...
...
src/tgbaalgos/ltl2tgba_lacim.hh
View file @
59947d11
...
...
@@ -44,10 +44,10 @@ namespace spot
/// publisher = {Universit{\'e} du Qu{\'e}bec {\`a} Montr{\'e}al},
/// editor = {Pierre Leroux}
/// }
/// \endverbatim
/// \param f The formula to translate into an automata.
/// \param dict The spot::bdd_dict the constructed automata should use.
/// \return A spot::tgba_bdd_concrete that recognize the language of \a f.
/// \endverbatim
/// \return A spot::tgba_bdd_concrete that recognizes the language of \a f.
tgba_bdd_concrete
*
ltl_to_tgba_lacim
(
const
ltl
::
formula
*
f
,
bdd_dict
*
dict
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment