Skip to content

Commit 27b82c7

Browse files
committed
snap
1 parent 06a3ced commit 27b82c7

File tree

3 files changed

+3
-600
lines changed

3 files changed

+3
-600
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*.sdf
1212
*.sln
1313
*.suo
14+
1415
.DS_Store
1516
.env
1617
.mypy_cache

Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "py-js"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.1.1
41+
PROJECT_NUMBER = 0.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -874,7 +874,7 @@ WARN_LOGFILE =
874874
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
875875
# Note: If this tag is empty the current directory is searched.
876876

877-
INPUT = . source/project/py source/projects/krait
877+
INPUT = . source/projects/py
878878

879879
# This tag can be used to specify the character encoding of the source files
880880
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)