Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Add: [release-docs] tell Doxygen about the version we are creating (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Jan 15, 2020
1 parent 74b1749 commit 0b6a879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-docs/files/run.sh
Expand Up @@ -16,12 +16,12 @@ echo " Source: ${BASENAME}"
echo ""

mkdir -p objs
doxygen
VERSION=${VERSION} doxygen

(
cd src/script/api
doxygen Doxyfile_AI
doxygen Doxyfile_Game
VERSION=${VERSION} doxygen Doxyfile_AI
VERSION=${VERSION} doxygen Doxyfile_Game
)

mv docs/source ${BASENAME}-docs
Expand Down

0 comments on commit 0b6a879

Please sign in to comment.