1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-20 22:05:53 +02:00

fix: exclude release tools in documentation

This commit is contained in:
Divlo 2023-01-06 18:08:34 +01:00
parent 3b9d137df4
commit ba5dddcf2f
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
submodules: recursive
- name: 'Import GPG key'
uses: 'crazy-max/ghaction-import-gpg@v4'

View File

@ -12,7 +12,7 @@ FILE_PATTERNS = *.h \
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
RECURSIVE = YES
EXCLUDE = test doxygen-awesome-css
EXCLUDE = test doxygen-awesome-css node_modules
GENERATE_LATEX = NO
GENERATE_TREEVIEW = YES
EXAMPLE_PATTERNS = *

View File

@ -30,7 +30,7 @@ C is a low-level programming language and we often end up reinventing the wheel
- [GNU binutils](https://www.gnu.org/software/binutils/)
- [GNU gcc](https://gcc.gnu.org/)
- [GNU make](https://www.gnu.org/software/make/)
- [clang-format](https://clang.llvm.org/docs/ClangFormat.html)
- [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html)
- [Doxygen](https://www.doxygen.nl/)
For example on GNU/Linux Ubuntu: