6 Commits
Author SHA1 Message Date
Sylvestre LedruandDaniel Hofstetter a1355f1076 fix: remove .br before empty lines to fix mandoc warnings
- Enhanced post-processing to remove .br macros that appear before empty lines
- This fixes 'WARNING: skipping paragraph macro: br before sp' from mandoc
- Also handles the common pattern of .br-empty-.br by removing both .br macros
- Added comprehensive test cases for the new patterns
- All mandoc 'br before sp' warnings are now resolved
2026-03-19 16:26:49 +01:00
Ruiyang WangandGitHub 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 HsuandGitHub 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 ElkinandGitHub 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
n4n5andGitHub 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