-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing generation of z3.z3 for pydoc and add some explanations t…
…o logging function declaration
- Loading branch information
1 parent
95c3dd9
commit b5a89eb
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -335,6 +335,7 @@ def doc_path(path): | |
|
||
for modulename in ( | ||
'z3', | ||
'z3.z3', | ||
'z3.z3consts', | ||
'z3.z3core', | ||
'z3.z3num', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters