3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 19:21:22 +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

@ -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