* src/evtgbaparse/public.hh (evtgba_parse): Fix doxygen comments.

* src/tgbaalgos/projrun.hh (project_tgba_run): Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-10 14:14:05 +00:00
parent 57792ca541
commit 67e133ae51
3 changed files with 3 additions and 3 deletions

View file

@ -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.