mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
improved Z3 documentation
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
badb81998d
commit
85b9d8c37a
|
@ -17,6 +17,8 @@ To generate documentation for the Z3 code, we must execute
|
|||
|
||||
doxygen z3code.dox
|
||||
|
||||
We must also have dot installed in our system.
|
||||
|
||||
The documentation will be store in the subdirectory './code/html'.
|
||||
The main file is './code/html/index.html'
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# by quotes) that should identify the project.
|
||||
|
||||
PROJECT_NAME = Z3_CODE
|
||||
PROJECT_NAME = Z3
|
||||
PROJECT_NUMBER =
|
||||
OUTPUT_DIRECTORY = code
|
||||
CREATE_SUBDIRS = NO
|
||||
|
|
Loading…
Reference in a new issue