Fix documentation errors reported by clang++ 3.2.
* m4/gccwarn.m4: Use -Wdocumentation if supported. * src/ltlast/binop.hh, src/ltlparse/public.hh, src/ta/taproduct.hh, src/taalgos/emptinessta.hh, src/taalgos/reachiter.hh, src/tgba/state.hh, src/tgba/tgbasafracomplement.cc, src/tgbaalgos/ltl2tgba_fm.hh: Fix Doxygen documentations errors signaled by clang++ 3.2.
This commit is contained in:
parent
aa7b43eadf
commit
d580cce685
9 changed files with 52 additions and 53 deletions
|
|
@ -1,8 +1,9 @@
|
|||
// 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, 2013 Laboratoire de Recherche
|
||||
// et Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris
|
||||
// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
// Université Pierre et Marie Curie.
|
||||
// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
// Université Pierre et Marie Curie.
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -48,13 +49,13 @@ namespace spot
|
|||
enum type { Xor,
|
||||
Implies,
|
||||
Equiv,
|
||||
U, //< until
|
||||
R, //< release (dual of until)
|
||||
W, //< weak until
|
||||
M, //< strong release (dual of weak until)
|
||||
EConcat, // Existential Concatenation
|
||||
EConcatMarked, // Existential Concatenation, Marked
|
||||
UConcat // Universal Concatenation
|
||||
U, ///< until
|
||||
R, ///< release (dual of until)
|
||||
W, ///< weak until
|
||||
M, ///< strong release (dual of weak until)
|
||||
EConcat, ///< Existential Concatenation
|
||||
EConcatMarked, ///< Existential Concatenation, Marked
|
||||
UConcat ///< Universal Concatenation
|
||||
};
|
||||
|
||||
/// \brief Build a unary operator with operation \a op and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue