doxygen: improve formula documentation
* doc/Doxyfile.in: Adjust to hide SPOT_API. * doc/mainpage.dox: Adjust like to parse_infix_psl(). * src/tl/formula.hh: Document most methods of formula, and fix the definition of the comparisons operator. * src/ltlparse/public.hh, src/tl/apcollect.hh, src/tl/declenv.hh, src/tl/defaultenv.hh, src/tl/dot.hh, src/tl/environment.hh, src/tl/length.hh, src/tl/mark.hh, src/tl/nenoform.hh, src/tl/print.hh, src/tl/randomltl.hh, src/tl/relabel.hh, src/tl/simpfg.hh, src/tl/simplify.hh, src/tl/unabbrev.hh: Adjust doxygen group.
This commit is contained in:
parent
ca95e4d1d2
commit
dcb9d7e8a8
18 changed files with 407 additions and 135 deletions
|
|
@ -29,7 +29,7 @@ namespace spot
|
|||
|
||||
typedef std::map<formula, formula> relabeling_map;
|
||||
|
||||
/// \ingroup ltl_rewriting
|
||||
/// \ingroup tl_rewriting
|
||||
/// \brief Relabel the atomic propositions in a formula.
|
||||
///
|
||||
/// If \a m is non-null, it is filled with correspondence
|
||||
|
|
@ -39,7 +39,7 @@ namespace spot
|
|||
relabeling_map* m = nullptr);
|
||||
|
||||
|
||||
/// \ingroup ltl_rewriting
|
||||
/// \ingroup tl_rewriting
|
||||
/// \brief Relabel Boolean subexpressions in a formula using
|
||||
/// atomic propositions.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue