gbranden pushed a commit to branch master
in repository groff.

commit 0ed3a3f7267c308e25da57b58f0431a8c5ce1f0c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 2 00:58:28 2026 -0500

    src/roff/troff/input.cpp: Annotate.
---
 src/roff/troff/input.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 16a3497ad..bf1da55be 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -8292,6 +8292,7 @@ static void tag() // .tag
     s += '\n';
     curenv->add_node(new tag_node(s, 0));
   }
+  // XXX: Discover and document why we don't use skip_line() here.
   tok.next();
 }
 
@@ -8317,6 +8318,7 @@ static void taga() // .taga
     s += '\n';
     curenv->add_node(new tag_node(s, 1));
   }
+  // XXX: Discover and document why we don't use skip_line() here.
   tok.next();
 }
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to