mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 06:50:08 +00:00
[Doxygen] Teach mk_api_doc.py
to prevent ".NET", "Z3py" and "Java"
bindings from appearing in the generated documentation. This can be enabled with `--no-dotnet`, `--no-z3py`, and `--no-java` respectively. This fine-grained control is being added for the CMake build system which will need this control.
This commit is contained in:
parent
cb6baa8bcb
commit
fa8f6f20a5
3 changed files with 97 additions and 21 deletions
|
@ -681,10 +681,9 @@ WARN_LOGFILE =
|
|||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = ../src/api/dotnet \
|
||||
../src/api/java \
|
||||
INPUT = @TEMP_DIR@ \
|
||||
../src/api/c++ \
|
||||
@TEMP_DIR@
|
||||
@DOTNET_API_SEARCH_PATHS@ @JAVA_API_SEARCH_PATHS@
|
||||
|
||||
# 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
|
||||
|
@ -710,9 +709,7 @@ FILE_PATTERNS = website.dox \
|
|||
z3_interp.h \
|
||||
z3_fpa.h \
|
||||
z3++.h \
|
||||
z3py.py \
|
||||
*.cs \
|
||||
*.java
|
||||
@PYTHON_API_FILES@ @DOTNET_API_FILES@ @JAVA_API_FILES@
|
||||
|
||||
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
|
||||
# should be searched for input files as well. Possible values are YES and NO.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue