Skip to content

Commit

Permalink
Merge pull request #9 from tbhaxor/doxygen-theme
Browse files Browse the repository at this point in the history
Fix styling issue from markdown and use v1.9.7 version of doxygen
  • Loading branch information
tbhaxor committed Aug 20, 2023
2 parents 958f511 + 0bcfa7e commit 7f5898b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
submodules: true
- name: Install doxygen
run: |
sudo apt install doxygen graphviz -y
sudo apt install graphviz -y
wget https://github.com/doxygen/doxygen/releases/download/Release_1_9_7/doxygen-1.9.7.linux.bin.tar.gz
tar xf doxygen-1.9.7.linux.bin.tar.gz
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build documentation
run: |
doxygen
./doxygen-1.9.7/bin/doxygen
touch docs/html/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ g++ main.cpp -DDOUBLE_PRECISION=1 -lfirefly -o mycode
./mycode
~~~

### Build using `CMake`
### Build using CMake

~~~cmake
target_link_libraries(${PROJECT_NAME} PUBLIC firefly)
Expand Down

0 comments on commit 7f5898b

Please sign in to comment.