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:
parent
5b87fa628d
commit
34728dca52
3 changed files with 13 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2009 Laboratoire de Recherche et Développement
|
||||
// Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
|
||||
// de l'Epita (LRDE).
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -93,6 +93,8 @@ namespace spot
|
|||
/// \param sc The spot::saba_state_conjunction positionned on the current
|
||||
/// conjunction.
|
||||
/// \param sc_id An unique number for the this transition assigned to \a sc.
|
||||
/// \param si The spot::saba_succ_iterator positionned on the current
|
||||
/// transition.
|
||||
///
|
||||
/// The in_s and out_s states are owned by the
|
||||
/// spot::saba_reachable_iterator instance and destroyed when the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue