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
|
|
@ -1970,7 +1970,7 @@ ENABLE_PREPROCESSING = YES
|
|||
# The default value is: NO.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
MACRO_EXPANSION = NO
|
||||
MACRO_EXPANSION = YES
|
||||
|
||||
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
|
||||
# the macro expansion is limited to the macros specified with the PREDEFINED and
|
||||
|
|
@ -2010,7 +2010,7 @@ INCLUDE_FILE_PATTERNS =
|
|||
# recursively expanded use the := operator instead of the = operator.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
PREDEFINED =
|
||||
PREDEFINED = SPOT_API=
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
# tag can be used to specify a list of macro names that should be expanded. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue