From dc9d5ea0026a6cb6bb477d5db8e9190a79ecb337 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Jul 2026 04:04:11 +0800 Subject: docs: add module-level documentation and improve doc comments --- .run/version-files.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.run') diff --git a/.run/version-files.toml b/.run/version-files.toml index f00ae4c..42d9b4d 100644 --- a/.run/version-files.toml +++ b/.run/version-files.toml @@ -25,3 +25,7 @@ pattern = "version = \"{VER}\"" [[file]] file = "./mingling_picker/README.md" pattern = "mingling_picker = \"{VER}\"" + +[[file]] +file = "./mingling_picker_macros/README.md" +pattern = "version = \"{VER}\"" -- cgit