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},
/// publisher = {Springer-Verlag}
/// }
///
/// @param local_state the state from which we want to compute the successors.
///
tgba_succ_iterator*
tgba_safra_complement::succ_iter(const state* state) const
{