* spot/tl/formula.hh (binop): Fix Doxygen comment.
This commit is contained in:
parent
1287525afa
commit
546fa92a5d
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2015 Laboratoire de Recherche et Développement de
|
// Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement de
|
||||||
// l'Epita (LRDE).
|
// l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -777,6 +777,7 @@ namespace spot
|
||||||
/// @}
|
/// @}
|
||||||
#undef SPOT_DEF_UNOP
|
#undef SPOT_DEF_UNOP
|
||||||
|
|
||||||
|
/// @{
|
||||||
/// \brief Construct a binary operator
|
/// \brief Construct a binary operator
|
||||||
/// \pre \a o should be one of op::Xor, op::Implies, op::Equiv,
|
/// \pre \a o should be one of op::Xor, op::Implies, op::Equiv,
|
||||||
/// op::U, op::R, op::W, op::M, op::EConcat, op::EConcatMarked,
|
/// op::U, op::R, op::W, op::M, op::EConcat, op::EConcatMarked,
|
||||||
|
|
@ -801,6 +802,8 @@ namespace spot
|
||||||
{
|
{
|
||||||
return formula(fnode::binop(o, f.to_node_(), g.to_node_()));
|
return formula(fnode::binop(o, f.to_node_(), g.to_node_()));
|
||||||
}
|
}
|
||||||
|
///@}
|
||||||
|
|
||||||
#endif //SWIG
|
#endif //SWIG
|
||||||
|
|
||||||
#ifdef SWIG
|
#ifdef SWIG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue