Skip to content

Commit 5e6992b

Browse files
committed
[doc] updated Doxygen version
1 parent 743759f commit 5e6992b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
sudo apt-get -y install doxygen graphviz
5353

5454
# Doxygen might need to be upgraded
55-
git clone --depth 1 -b Release_1_13_0 https://github.com/doxygen/doxygen.git ; cd doxygen ; mkdir build ; cd build ; cmake .. ; sudo cmake --build . -j 4 --config Release --target install ; cd ../..
55+
git clone --depth 1 -b Release_1_16_1 https://github.com/doxygen/doxygen.git ; cd doxygen ; mkdir build ; cd build ; cmake .. ; sudo cmake --build . -j 4 --config Release --target install ; cd ../..
5656

5757
# For Python wrapping
5858
#pip install wheel

doc/manual/development/info_dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you simply want to use the latest Codac release in Python, you can download t
4949
cd $HOME
5050
git clone https://github.com/doxygen/doxygen
5151
cd doxygen
52-
git checkout Release_1_13_0 # 1.13.0, or any newer release
52+
git checkout Release_1_16_1 # 1.16.1, or any newer release
5353
mkdir build ; cd build
5454
cmake -DCMAKE_INSTALL_PREFIX=$HOME/doxygen/build_install ..
5555
make ; make install

0 commit comments

Comments
 (0)