Skip to content

Commit

Permalink
Update Doxygen to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 2, 2024
1 parent 409ae3d commit 046db24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/downloadAndBuildDoxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DOXYGEN_DIR="${AMICI_PATH}"/ThirdParty/doxygen
cd "${AMICI_PATH}"/ThirdParty
if [[ ! -d ${DOXYGEN_DIR} ]]; then
git clone --single-branch \
--branch Release_1_9_7 \
--branch Release_1_10_0 \
--depth 1 \
-c advice.detachedHead=false \
https://github.com/doxygen/doxygen.git "${DOXYGEN_DIR}"
Expand Down

0 comments on commit 046db24

Please sign in to comment.