Touch up some doxygen comments and copyrights.

* eltlparse/public.hh, saba/saba.hh, tgba/tgbakvcomplement.hh,
tgba/tgbasafracomplement.hh, tgbaalgos/eltl2tgba_lacim.cc,
tgbaalgos/eltl2tgba_lacim.hh, tgbaalgos/ltl2taa.hh: Comment
changes.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-30 16:00:37 +01:00
parent a4766f2f82
commit dac0502706
8 changed files with 24 additions and 15 deletions

View file

@ -1,4 +1,4 @@
// Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
// Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
@ -62,11 +62,11 @@ namespace spot
typedef std::vector<bdd_ordered> acc_list_t;
/// \brief Build a complemented automaton.
/// \ingroup tgba
/// \ingroup tgba_on_the_fly_algorithms
///
/// The construction comes from:
/// @Article{ kupferman.05.tcs,
/// title = {{From complementation to certification}},
/// title = {From complementation to certification},
/// author = {Kupferman, O. and Vardi, M.Y.},
/// journal = {Theoretical Computer Science},
/// volume = {345},

View file

@ -34,7 +34,7 @@ namespace spot
struct safra_tree_automaton;
/// \brief Build a complemented automaton.
/// \ingroup tgba
/// \ingroup tgba_on_the_fly_algorithms
///
/// It creates an automaton that recognizes the
/// negated language of \a aut.