isdet: fix documentation error
* spot/twaalgos/isdet.hh: here
This commit is contained in:
parent
c717b58827
commit
34ffc1fa1f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ namespace spot
|
||||||
/// In the case of a semideterministic automaton, highlights the
|
/// In the case of a semideterministic automaton, highlights the
|
||||||
/// states reachable from any accepting SCC.
|
/// states reachable from any accepting SCC.
|
||||||
///
|
///
|
||||||
/// \param aut the automaton to process
|
/// \param si the SCC information of the automaton to process
|
||||||
/// \param color the color to give to states reachable from accepting SCCs.
|
/// \param color the color to give to states reachable from accepting SCCs.
|
||||||
SPOT_API void
|
SPOT_API void
|
||||||
highlight_semidet_sccs(scc_info& si, unsigned color);
|
highlight_semidet_sccs(scc_info& si, unsigned color);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue