* src/tgbaalgos/gtec/ce.hh, src/misc/freelist.hh,

src/tgba/bddprint.hh: Fix Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2004-04-21 20:14:40 +00:00
parent 2f84bee41c
commit cf1ab2946f
4 changed files with 6 additions and 2 deletions

View file

@ -27,6 +27,7 @@
namespace spot
{
/// Compute a counter example from a spot::emptiness_check_status
class counter_example
{
public:
@ -42,6 +43,7 @@ namespace spot
/// \brief Display the example computed by counter_example().
///
/// \param os the output stream
/// \param restrict optional automaton to project the example on.
std::ostream& print_result(std::ostream& os,
const tgba* restrict = 0) const;