* src/tgbaalgos/minimize.hh: Reencode in utf-8 and wrap long lines.

This commit is contained in:
Alexandre Duret-Lutz 2012-04-30 16:13:13 +02:00
parent 6a250eb9c3
commit 84cefea203

View file

@ -1,5 +1,6 @@
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
// -*- coding: utf-8 -*-
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
// Développement de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
//
@ -60,10 +61,10 @@ namespace spot
/// calling this function.
tgba_explicit_number* minimize_monitor(const tgba* a);
/// \brief Minimize a Büchi automaton in the WDBA class.
/// \brief Minimize a Büchi automaton in the WDBA class.
///
/// This takes a TGBA whose language is representable by
/// a Weak Deterministic Büchi Automaton, and construct
/// a Weak Deterministic Büchi Automaton, and construct
/// a minimal WDBA for this language.
///
/// If the input automaton does not represent a WDBA language,