Commit Graph

5 Commits

Author SHA1 Message Date
Ruiyang Wang eb482fb2ee uudoc: move tldr.zip warning to build.rs (#10039)
Move the tldr.zip missing warning from runtime (uudoc.rs) to compile
time (build.rs). This ensures the warning is printed only once during
the build, instead of 100+ times when make calls uudoc separately for
each utility.

Fixes #9940
2026-01-18 18:54:50 +01:00
Haowei Hsu 730b0a6590 style(uudoc): update header formatting for options and examples (#10004)
Adjust the formatting of the options and examples sections in the
uudoc output to use Markdown headers:

- Change `<h2>Options</h2>` to `## Options`
- Change `Examples` to `## Examples`
- Add regression test to prevent reverting to HTML headers
2026-01-03 17:58:45 +01:00
Shay Elkin a7c9d03ea3 Merge pull request #9152 from shayelkin/main
uudoc: fix manpage for individual utilities has wrong name (nit)
2025-12-07 17:07:19 +01:00
n4n5 477b37ad06 Add example to manpage (#7841) 2025-11-07 23:47:32 +01:00
Aaron Ang 2919027841 uudoc: move manpage generation away from the binary 2025-10-22 01:17:08 -07:00