From 411e4fbd3c155b088974268ab7cff15f481952fd Mon Sep 17 00:00:00 2001 From: Jongkuk Lim Date: Wed, 10 Jan 2024 18:23:19 +0900 Subject: [PATCH] Add v0.1.0a document (#39) Co-authored-by: Jongkuk Lim --- Doxyfile | 2 +- docs/custom_style/custom_header.html | 1 + generate_doxygen.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 4e69d2b..689e95f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/docs/custom_style/custom_header.html b/docs/custom_style/custom_header.html index f953f67..c5af71d 100644 --- a/docs/custom_style/custom_header.html +++ b/docs/custom_style/custom_header.html @@ -50,6 +50,7 @@ + diff --git a/generate_doxygen.sh b/generate_doxygen.sh index cea349a..c807c4b 100755 --- a/generate_doxygen.sh +++ b/generate_doxygen.sh @@ -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)