diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-27 18:28:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-27 18:28:52 +0800 |
| commit | 5a23e6b3ad655b15b412720ab81b0508866bebce (patch) | |
| tree | 3e68af0c8afc17e545714f8f0fb7703d34a20244 /mingling_core/src/program/collection | |
| parent | 4f7bd4f6fa5d27cfe703c54aa029a321f40d19fb (diff) | |
docs: improve documentation, mark internal items as `#[doc(hidden)]`
Add module-level docs for the hook system, enhance doc examples for
macros
with usage syntax, fix typos in cross-references, and hide internal
debugging
macros and mock types from public documentation
Diffstat (limited to 'mingling_core/src/program/collection')
| -rw-r--r-- | mingling_core/src/program/collection/mock.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/program/collection/mock.rs b/mingling_core/src/program/collection/mock.rs index b37a709..568000a 100644 --- a/mingling_core/src/program/collection/mock.rs +++ b/mingling_core/src/program/collection/mock.rs @@ -17,6 +17,7 @@ use serde::Serialize; #[cfg_attr(feature = "structural_renderer", derive(Serialize))] #[allow(unused)] +#[doc(hidden)] pub enum MockProgramCollect { Foo, Bar, |
