gbranden pushed a commit to branch master in repository groff. commit c57b8adfa348555dde931157a43ac88ca327a805 Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Sat Oct 4 05:08:11 2025 -0500
src/roff/troff/node.cpp: Annotate possible to-do. --- src/roff/troff/node.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp index f8982e2ac..5eeb62e75 100644 --- a/src/roff/troff/node.cpp +++ b/src/roff/troff/node.cpp @@ -4237,6 +4237,8 @@ void dbreak_node::split(int where, node **prep, node **postp) } } +// TODO: Make this member function pure virtual to force consideration +// of this question for each node type. hyphenation_type node::get_hyphenation_type() { return HYPHENATION_UNNECESSARY; _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit