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
67e133ae
Commit
67e133ae
authored
Nov 10, 2004
by
Alexandre Duret-Lutz
Browse files
* src/evtgbaparse/public.hh (evtgba_parse): Fix doxygen comments.
* src/tgbaalgos/projrun.hh (project_tgba_run): Likewise.
parent
57792ca5
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
67e133ae
2004-11-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/evtgbaparse/public.hh (evtgba_parse): Fix doxygen comments.
* src/tgbaalgos/projrun.hh (project_tgba_run): Likewise.
* src/tgbaalgos/emptiness.hh (print_tgba_run): Document it.
* src/tgbaalgos/replayrun.hh,
...
...
src/evtgbaparse/public.hh
View file @
67e133ae
...
...
@@ -40,8 +40,6 @@ namespace spot
/// \param filename The name of the file to parse.
/// \param error_list A list that will be filled with
/// parse errors that occured during parsing.
/// \param dict The BDD dictionary where to use.
/// \param env The environment into which parsing should take place.
/// \param debug When true, causes the parser to trace its execution.
/// \return A pointer to the evtgba built from \a filename, or
/// 0 if the file could not be opened.
...
...
src/tgbaalgos/projrun.hh
View file @
67e133ae
...
...
@@ -37,7 +37,6 @@ namespace spot
/// \param run the run to replay
/// \param a_run the automata on which the run was generated
/// \param a_proj the automata on which to project the run
/// \param os the stream on which the replay should be traced
/// \return true iff the run could be completed
tgba_run
*
project_tgba_run
(
const
tgba
*
a_run
,
const
tgba
*
a_proj
,
...
...
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