diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 22:28:26 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 22:28:26 +0800 |
| commit | dc501290f7b25b72edf8c67555b5604ac5fc8a59 (patch) | |
| tree | b6c4064e46ddef919a561a846c9770f432f821d2 /mingling/src/example_docs.rs.tmpl | |
| parent | d6f0e3f8f97a27a464d9610500c29fb817a2ef88 (diff) | |
Add dev tools to generate example documentation
Diffstat (limited to 'mingling/src/example_docs.rs.tmpl')
| -rw-r--r-- | mingling/src/example_docs.rs.tmpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mingling/src/example_docs.rs.tmpl b/mingling/src/example_docs.rs.tmpl new file mode 100644 index 0000000..5a32126 --- /dev/null +++ b/mingling/src/example_docs.rs.tmpl @@ -0,0 +1,18 @@ +// Auto generated + +>>>>>>>>>> examples + +@@@ >>> examples +<<<example_header>>> +/// +/// Cargo.toml +/// ``` +<<<example_import>>> +/// ``` +/// +/// main.rs +/// ```rust +<<<example_code>>> +/// ``` +pub mod <<<example_name>>> {} +@@@ <<< |
