fix compilation with clang++-3.6 -Wdocumentation

* src/tgba/tgbasafracomplement.cc: Remove documentation of inexisting
argument.
* src/tgbaalgos/hoaf.hh: Fix typo in documentation.
This commit is contained in:
Alexandre Duret-Lutz 2014-10-26 20:50:38 +01:00
parent 15710e7b1d
commit 3d9ffaec83
2 changed files with 1 additions and 4 deletions

View file

@ -1142,9 +1142,6 @@ namespace spot
/// series = {Lecture Notes in Computer Science}, /// series = {Lecture Notes in Computer Science},
/// publisher = {Springer-Verlag} /// publisher = {Springer-Verlag}
/// } /// }
///
/// @param local_state the state from which we want to compute the successors.
///
tgba_succ_iterator* tgba_succ_iterator*
tgba_safra_complement::succ_iter(const state* state) const tgba_safra_complement::succ_iter(const state* state) const
{ {

View file

@ -44,7 +44,7 @@ namespace spot
/// \param g The automaton to output. /// \param g The automaton to output.
/// \param f The (optional) formula associated to the automaton. If given /// \param f The (optional) formula associated to the automaton. If given
/// it will be output as a comment. /// it will be output as a comment.
/// \param a acceptance Force the type of acceptance mode used /// \param acceptance Force the type of acceptance mode used
/// in output. /// in output.
/// \param alias Whether aliases should be used in output. /// \param alias Whether aliases should be used in output.
/// \param newlines Whether to use newlines in output. /// \param newlines Whether to use newlines in output.