Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #238465

Category texinfo
Changed by Gavin Smith <gavinsmith0123ohnoyoudont@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