Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-leaps committed Oct 30, 2024
1 parent fc5745a commit 013c99c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified doc/DOC_MAN_SPX.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ rmdir /S /Q %HTML_OUT%

@echo Adding custom files...
copy %SPEXYGEN%\spexygen-awesome\jquery.js %HTML_OUT%
@copy DOC_MAN_SPX.pdf %HTML_OUT%

::qclean %HTML_OUT%
goto END
Expand Down
2 changes: 1 addition & 1 deletion example/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = Example
PROJECT_NUMBER = 0.0.1
PROJECT_BRIEF = For Spexygen 2.2.1
PROJECT_BRIEF = For Spexygen 2.2.2
PROJECT_LOGO = $(SPEXYGEN)/spexygen-awesome/img/logo_spexygen.webp
PROJECT_ICON =

Expand Down
2 changes: 1 addition & 1 deletion example/Doxyfile-PDF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Configuration options related to the LateX output
#---------------------------------------------------------------------------
PROJECT_NAME = Example
PROJECT_BRIEF = For Spexygen 2.2.1
PROJECT_BRIEF = For Spexygen 2.2.2
PROJECT_NUMBER = Document: DOC_MAN_EXA

#---------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion spexygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def on_file_pattern(self, fname):

def on_gen_fw_trace(self, uid, level):
'''recursively generate the forward trace for a "uid"
from self._uid_traced_list[level]
'''
self._uid_traced_list.append(uid)
Spexygen.debug(" level=", level, "uid=", uid,
Expand Down

0 comments on commit 013c99c

Please sign in to comment.