SF.net SVN: docutils:[10099] trunk/docutils/docutils/writers/manpage.py
grubert--- via Docutils-checkins <[email protected]> Tue, 22 Apr 2025 10:08:34 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10099
http://sourceforge.net/p/docutils/code/10099
Author: grubert
Date: 2025-04-22 10:08:33 +0000 (Tue, 22 Apr 2025)
Log Message:
-----------
better comment
Modified Paths:
--------------
trunk/docutils/docutils/writers/manpage.py
Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py 2025-04-20 12:42:26 UTC (rev 10098)
+++ trunk/docutils/docutils/writers/manpage.py 2025-04-22 10:08:33 UTC (rev 10099)
@@ -1096,7 +1096,7 @@
# therefore make the markup ourself
# TODO insert_URI_breakpoints in text or refuri
- # TODO precede with backslash-% no hyphenating
+ # TODO precede with backslash-% to disable standard hyphenation
if 'refuri' in node:
# check if content is the uri and only output reference.
# MAYBE if only content is ouput hyphens "-" get a backslash.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.