Skip to content

Commit

Permalink
Upgrade doxygen to 1.9.8 (microsoft#17525)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Sep 13, 2023
1 parent 9b755dc commit bbcf4b4
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 95 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-c-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
sudo apt update
sudo apt-get install libclang-dev
sudo apt-get install libclang-cpp14
wget https://www.doxygen.nl/files/doxygen-1.9.6.linux.bin.tar.gz
tar xvzf doxygen-1.9.6.linux.bin.tar.gz
wget https://www.doxygen.nl/files/doxygen-1.9.8.linux.bin.tar.gz
tar xvzf doxygen-1.9.8.linux.bin.tar.gz
- name: Run doxygen
run: |
mkdir -p build/doxygen
cd docs/c_cxx
../../doxygen-1.9.6/bin/doxygen
../../doxygen-1.9.8/bin/doxygen
- name: Log source commit
run: git rev-parse --short HEAD > build/doxygen/html/source-version.txt
- name: Move C/C++ docs into site
Expand Down
Loading

0 comments on commit bbcf4b4

Please sign in to comment.