3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

[Doxygen] Fix bug in mk_api_doc.py where the generated

doxygen configuration would not point at the correct path to
the temporary directory.
This commit is contained in:
Dan Liew 2017-04-24 23:49:44 +01:00
parent 5a66f05384
commit c78bf66df3
2 changed files with 2 additions and 1 deletions

View file

@ -119,6 +119,7 @@ try:
# Create configuration file from template
doxygen_config_substitutions = {
'OUTPUT_DIRECTORY': OUTPUT_DIRECTORY,
'TEMP_DIR': TEMP_DIR
}
doxygen_config_file = temp_path('z3api.cfg')
configure_file('z3api.cfg.in', doxygen_config_file, doxygen_config_substitutions)

View file

@ -684,7 +684,7 @@ WARN_LOGFILE =
INPUT = ../src/api/dotnet \
../src/api/java \
../src/api/c++ \
./tmp
@TEMP_DIR@
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is