More Doxygen fixes.

* src/sabaalgos/sabareachiter.hh (process_link): Document argument SI.
* src/eltlparse/public.hh (format_parse_errors): Remove the
non-existing eltl_string argument from the description.
(parse_file): Fix name of parameters in documentation.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-31 20:57:02 +01:00
parent 5b87fa628d
commit 34728dca52
3 changed files with 13 additions and 3 deletions

View file

@ -55,7 +55,7 @@ namespace spot
typedef std::list<parse_error> parse_error_list;
/// \brief Build a formula from a text file.
/// \param name The name of the file to parse.
/// \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 env The environment into which parsing should take place.
@ -86,7 +86,6 @@ namespace spot
/// \brief Format diagnostics produced by spot::eltl::parse.
/// \param os Where diagnostics should be output.
/// \param eltl_string The string that were parsed.
/// \param error_list The error list filled by spot::eltl::parse while
/// parsing \a eltl_string.
/// \return \c true iff any diagnostic was output.