Change #238465
Category | texinfo |
Changed by | Gavin Smith <gavinsmith0123 | @gmail.com>
Changed at | Sun 06 Jul 2025 01:51:30 |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Project | texinfo |
Branch | master |
Revision | 13b41ef13378a22fa89037837d715574c63c5584 |
Comments
Make set_menus_node_directions a module-private function * tta/perl/texi2any.pl, * tta/perl/t/test_utils.pl, * tta/C/convert/texinfo.c (txi_complete_document): Remove call to set_menus_node_directions before check_node_tree_menu_structure. * tta/perl/Texinfo/Structuring.pm (set_menus_node_directions, _set_menus_node_directions): Rename. Function only for internal use. Update POD documentation. (check_node_tree_menu_structure): Call _set_menus_node_directions. * tta/C/structuring_transfo/structuring.c (set_menus_node_directions): Declare as static. (check_node_tree_menu_structure): Call set_menus_node_directions.
Changed files
- ChangeLog
- tta/C/convert/texinfo.c
- tta/C/structuring_transfo/structuring.c
- tta/C/structuring_transfo/structuring.h
- tta/perl/Texinfo/Structuring.pm
- tta/perl/t/results/html_tests/double_contents_book.pl
- tta/perl/t/results/html_tests/headings_after_lone_nodes.pl
- tta/perl/t/results/sectioning/chapter_between_nodes_with_appendix_nomenu.pl
- tta/perl/t/test_utils.pl
- tta/perl/texi2any.pl