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 4ce9717 commit c1c2428Copy full SHA for c1c2428
.github/workflows/docs.yml
@@ -36,6 +36,6 @@ jobs:
36
uses: peaceiris/actions-gh-pages@v3
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
- publish_dir: build/gcc-RelWithDebInfo/docs/html
+ publish_dir: ./docs/html
40
publish_branch: gh-pages
41
force_orphan: true
Doxyfile
@@ -943,7 +943,7 @@ WARN_LOGFILE =
943
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
944
# Note: If this tag is empty the current directory is searched.
945
946
-INPUT = include src
+INPUT = README.md include/ src/
947
948
# This tag can be used to specify the character encoding of the source files
949
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments