Skip to content

Commit 411e4fb

Browse files
JeiKeiLimJongkuk Lim
andauthored
Add v0.1.0a document (#39)
Co-authored-by: Jongkuk Lim <[email protected]>
1 parent 11842d4 commit 411e4fb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "SLAMBOX"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.1.0
51+
PROJECT_NUMBER = 0.1.0a
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

docs/custom_style/custom_header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<option value="" disabled selected style="display:none;">Version</option>
5151
<option value="/">Latest</option>
5252
<option value="/v0.1.0">v0.1.0</option>
53+
<option value="/v0.1.0a">v0.1.0a</option>
5354
</select>
5455
<!-- END VERSION SELECTOR -->
5556
<!--BEGIN PROJECT_NUMBER-->

generate_doxygen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - Contact: [email protected]
77

88
# Define versions
9-
versions=(v0.1.0)
9+
versions=(v0.1.0 v0.1.0a)
1010

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

0 commit comments

Comments
 (0)