diff --git a/ChangeLog b/ChangeLog index fecd1c88f..398e8b0bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-01-31 Alexandre Duret-Lutz + + More Doxygen fixes. + + * src/tgba/tgbakvcomplement.hh: Use \verbatim around the bibtex + entry. + * src/saba/sabacomplementtgba.hh: Use latin1. + 2010-01-30 Alexandre Duret-Lutz * bench/split-product/Makefile.am (nodist_noinst_DATA): Do not diff --git a/src/saba/sabacomplementtgba.hh b/src/saba/sabacomplementtgba.hh index 903158f3e..d84755310 100644 --- a/src/saba/sabacomplementtgba.hh +++ b/src/saba/sabacomplementtgba.hh @@ -1,4 +1,4 @@ -// Copyright (C) 2009 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. @@ -31,7 +31,7 @@ namespace spot /// \ingroup saba /// /// The original TGBA is transformed into a States-based - /// Büchi Automaton. + /// Büchi Automaton. /// /// Several techniques are supposed to by applied on the resulting /// automaton before its transformation into a TGBA. Those techniques @@ -40,13 +40,13 @@ namespace spot /// This algorithm comes from: /// \verbatim /// @Article{ gurumurthy.03.lncs, - /// title = {{On complementing nondeterministic Buchi automata}}, + /// title = {On complementing nondeterministic {Büchi} automata}, /// author = {Gurumurthy, S. and Kupferman, O. and Somenzi, F. and /// Vardi, M.Y.}, - /// journal = {Lecture notes in computer science}, + /// journal = {Lecture Notes in Computer Science}, /// pages = {96--110}, /// year = {2003}, - /// publisher = {Springer} + /// publisher = {Springer-Verlag} /// } /// \endverbatim /// diff --git a/src/tgba/tgbakvcomplement.hh b/src/tgba/tgbakvcomplement.hh index d2b76fb3b..c40cdf1a8 100644 --- a/src/tgba/tgbakvcomplement.hh +++ b/src/tgba/tgbakvcomplement.hh @@ -65,6 +65,7 @@ namespace spot /// \ingroup tgba_on_the_fly_algorithms /// /// The construction comes from: + /// \verbatim /// @Article{ kupferman.05.tcs, /// title = {From complementation to certification}, /// author = {Kupferman, O. and Vardi, M.Y.}, @@ -75,6 +76,7 @@ namespace spot /// year = {2005}, /// publisher = {Elsevier} /// } + /// \endverbatim /// /// The original automaton is used as a States-based Generalized /// Büchi Automaton.