1 parent 57a8105 commit 5c794feCopy full SHA for 5c794fe
2 files changed
.github/workflows/c-cpp.yml
@@ -11,7 +11,7 @@ jobs:
11
name: CI-testing
12
strategy:
13
matrix:
14
- os: [ubuntu-20.04, ubuntu-22.04]
+ os: [ubuntu-24.04, ubuntu-22.04]
15
compiler: [g++, clang++]
16
runs-on: ${{ matrix.os }}
17
src/doxyfile
@@ -126,7 +126,7 @@ REFERENCES_RELATION = NO
126
REFERENCES_LINK_SOURCE = YES
127
SOURCE_TOOLTIPS = YES
128
USE_HTAGS = NO
129
-VERBATIM_HEADERS = NO
+VERBATIM_HEADERS = YES
130
#---------------------------------------------------------------------------
131
# Configuration options related to the alphabetical class index
132
0 commit comments