Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
546fa92a
Commit
546fa92a
authored
Mar 12, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/tl/formula.hh (binop): Fix Doxygen comment.
parent
1287525a
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/tl/formula.hh
View file @
546fa92a
// -*- 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).
//
// This file is part of Spot, a model checking library.
...
...
@@ -777,6 +777,7 @@ namespace spot
/// @}
#undef SPOT_DEF_UNOP
/// @{
/// \brief Construct a binary operator
/// \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,
...
...
@@ -801,6 +802,8 @@ namespace spot
{
return
formula
(
fnode
::
binop
(
o
,
f
.
to_node_
(),
g
.
to_node_
()));
}
///@}
#endif //SWIG
#ifdef SWIG
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment