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:
parent
15710e7b1d
commit
3d9ffaec83
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ namespace spot
|
|||
/// \param g The automaton to output.
|
||||
/// \param f The (optional) formula associated to the automaton. If given
|
||||
/// 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.
|
||||
/// \param alias Whether aliases should be used in output.
|
||||
/// \param newlines Whether to use newlines in output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue