Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated documentation
Signed-off-by: Peter Geurts <[email protected]>
  • Loading branch information
geurto authored and Jelmerdw committed Oct 30, 2025
commit 9061e45572b9b623c0ab56594c39366bc6b8b84b
3 changes: 3 additions & 0 deletions docs/content/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Checks all files in this repository on usage of copyright terms.
- **Ty**:\
Runs static type checks on our Python code using [Ty](https://github.com/astral-sh/ty).

- **doxygen**:\
Runs code documentation checks for .cpp, .hpp, and .h files, using the rules specified in *doxyfile.lint*. In the future, other filetypes may be added as well.

### Local Development

You can run these checks locally before committing by using the [`pre-commit`](https://pre-commit.com/) framework:
Expand Down
4 changes: 1 addition & 3 deletions doxyfile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ GENERATE_LATEX = NO
GENERATE_HTML = NO
GENERATE_RTF = YES

EXCLUDE_PATTERNS = */__pycache__/*
FILE_PATTERNS = *.cpp \
*.h \
*.hpp \
# *.py
*.hpp