We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d5ea2 commit d4b9465Copy full SHA for d4b9465
.github/workflows/doxygen.yml
@@ -0,0 +1,20 @@
1
+name: Build Test
2
+on:
3
+ push:
4
+ pull_request:
5
+ branches:
6
+ - '*'
7
+
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ strategy:
12
+ fail-fast: false
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - uses: mattnotmitt/[email protected]
16
+ - uses: peaceiris/actions-gh-pages@v3
17
+ with:
18
+ github_token: ${{ secrets.GITHUB_TOKEN }}
19
+ publish_dir: ./html
20
Doxyfile
@@ -0,0 +1,5 @@
+PROJECT_NAME=grid_map_geo
+RECURSIVE=YES
+USE_MDFILE_AS_MAINPAGE=README.md
+WARN_IF_UNDOC_ENUM_VAL=YES
+WARN_NO_PARAMDOC=YES
0 commit comments