* src/tgbaalgos/hoaf.hh: Fix comment.

This commit is contained in:
Alexandre Duret-Lutz 2014-12-04 18:20:05 +01:00
parent bc9cb1e5bb
commit 2731c9be67

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.