Skip to content

Commit cd3d4ad

Browse files
No Doxygen
1 parent 0c5cdaf commit cd3d4ad

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
with:
141141
clang_format: true
142142
clang_tidy: true
143-
doxygen: false
144143
checkout_submodules: recursive
145144
clang_format_paths: src include benchmarks
146145
clang_tidy_dependencies_command: |

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ all filtered stages; normal pull requests and pushes use the path filters.
401401
matrix.
402402
- `.github/workflows/tests.yml` — Reusable unit/integration test matrix.
403403
- `livekit/cpp-tools/.github/workflows/cpp-tools.yml` — Shared reusable
404-
workflow called directly by `ci.yml` for C++ tooling checks such as
405-
`clang-format`, `clang-tidy`, and Doxygen validation.
404+
workflow called directly by `ci.yml` for `clang-format` and `clang-tidy`
405+
checks.
406406
- `.github/workflows/generate-docs.yml` — Reusable Doxygen docs validation.
407407
- `.github/workflows/rust-release-check.yml` — Reusable check that the pinned
408408
`client-sdk-rust` submodule commit maps to a published release. Gated by the

cpp-tools

0 commit comments

Comments
 (0)