* src/tgbaalgos/minimize.hh: Fix documentation.

This commit is contained in:
Alexandre Duret-Lutz 2013-01-21 14:57:56 +01:00
parent 5e10057cfc
commit 76988369dc

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*- // -*- coding: utf-8 -*-
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et // Copyright (C) 2009, 2010, 2011, 2012, 2013 Laboratoire de Recherche
// Développement de l'Epita (LRDE). // et Développement de l'Epita (LRDE).
// //
// This file is part of Spot, a model checking library. // This file is part of Spot, a model checking library.
// //
@ -127,8 +127,8 @@ namespace spot
/// \param aut_f the automaton to minimize /// \param aut_f the automaton to minimize
/// \param f the LTL formula represented by the automaton \a aut_f /// \param f the LTL formula represented by the automaton \a aut_f
/// \param aut_neg_f an automaton representing the negation of \a aut_f /// \param aut_neg_f an automaton representing the negation of \a aut_f
/// \return a new tgba if the automaton could be minimized, aut_f if /// \return a new tgba if the automaton could be minimized, \a aut_f if
/// the automaton cannot be minimized, 0 if we do not if if the /// the automaton cannot be minimized, 0 if we do not know if the
/// minimization is correct because neither \a f nor \a aut_neg_f /// minimization is correct because neither \a f nor \a aut_neg_f
/// were supplied. /// were supplied.
/// ///