The GitHub Actions job "CI" on tvm-ffi.git/2026-02-27/repr-print-dataclass has 
succeeded.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
b34dfd3f358e723375978e62e559a179098d5b8a / Junru Shao <[email protected]>
fix(docs): exclude default_/default_factory from Doxygen and guard init CTAD

- Add `tvm::ffi::reflection::default_` and `default_factory` to
  Doxygen EXCLUDE_SYMBOLS. The trailing underscore in `default_`
  causes RST to misparse the class name as a hyperlink reference,
  producing "Unknown target name: default" errors. Both are trivial
  aliases of DefaultValue/DefaultFactory and need no separate docs.
- Guard the CTAD deduction guide `init(bool) -> init<>` with
  `#if !defined(TVM_FFI_DOXYGEN_MODE)` so Doxygen does not register
  `init` as a namespace-level function, which conflicts with the
  `init` template struct and breaks `:cpp:class:` cross-references.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/22504549823

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to