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:
parent
5a66f05384
commit
c78bf66df3
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue