Skip to content

Commit

Permalink
Remove remaining references to Z3_bool_opt.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and NikolajBjorner committed Jul 30, 2022
1 parent 591d485 commit c682ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/z3api.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,6 @@ INCLUDE_FILE_PATTERNS =
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED = Z3_ast_opt:=Z3_ast \
Z3_bool_opt:=Z3_bool \
Z3_func_interp_opt:=Z3_func_interp \
Z3_model_opt:=Z3_model \
__out_opt:=__out
Expand Down
4 changes: 2 additions & 2 deletions doc/z3code.dox
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.

PREDEFINED =Z3_ast_opt:=Z3_ast Z3_bool_opt:=Z3_bool Z3_func_interp_opt:=Z3_func_interp Z3_model_opt:=Z3_model __out_opt:=__out
PREDEFINED =Z3_ast_opt:=Z3_ast Z3_func_interp_opt:=Z3_func_interp Z3_model_opt:=Z3_model __out_opt:=__out

# 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.
Expand All @@ -825,7 +825,7 @@ PREDEFINED =Z3_ast_opt:=Z3_ast Z3_bool_opt:=Z3_bool Z3_func_interp_o

EXPAND_AS_DEFINED =

# Z3_ast_opt Z3_bool_opt Z3_func_interp_opt Z3_model_opt __out_opt
# Z3_ast_opt Z3_func_interp_opt Z3_model_opt __out_opt

# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone
Expand Down

0 comments on commit c682ec1

Please sign in to comment.