Skip to content

Commit

Permalink
Add v0.1.0a document (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Jongkuk Lim <limjk@jmarple.ai>
  • Loading branch information
JeiKeiLim and Jongkuk Lim authored Jan 10, 2024
1 parent 11842d4 commit 411e4fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "SLAMBOX"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.0
PROJECT_NUMBER = 0.1.0a

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
1 change: 1 addition & 0 deletions docs/custom_style/custom_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<option value="" disabled selected style="display:none;">Version</option>
<option value="/">Latest</option>
<option value="/v0.1.0">v0.1.0</option>
<option value="/v0.1.0a">v0.1.0a</option>
</select>
<!-- END VERSION SELECTOR -->
<!--BEGIN PROJECT_NUMBER-->
Expand Down
2 changes: 1 addition & 1 deletion generate_doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - Contact: limjk@jmarple.ai

# Define versions
versions=(v0.1.0)
versions=(v0.1.0 v0.1.0a)

current_branch=$(git branch --show-current)

Expand Down

0 comments on commit 411e4fb

Please sign in to comment.