From: Kyle Meyer Date: Mon, 29 Mar 2021 03:13:43 +0000 (-0400) Subject: doc config: don't render a to-do comment X-Git-Tag: v1.7.0~868 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=165eabbffd15866f581ca374cb37fbf3c07989a5;p=public-inbox.git doc config: don't render a to-do comment In the public-inbox-config manpage, the match=domain item under publicinbox.wwwlisting has a to-do comment that gets rendered as "support showing cgit listing". That's potential confusing to readers, especially given that the "TODO" is dropped. Change the markup so that the comment isn't rendered. --- diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index 904af804..f8edf6f6 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -287,9 +287,8 @@ L =item * match=domain - Only show inboxes with URLs which belong to the domain of the HTTP request -=for TODO comment - -support showing cgit listing +=for comment +TODO support showing cgit listing =back