[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: tp/Texinfo/Structuring.pm: add missing methods po
From: |
Patrice Dumas |
Subject: |
branch master updated: tp/Texinfo/Structuring.pm: add missing methods pod |
Date: |
Mon, 24 Jan 2022 05:04:34 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new fd7039b6e6 tp/Texinfo/Structuring.pm: add missing methods pod
fd7039b6e6 is described below
commit fd7039b6e6d9e0cfbeb8a20c6436200358f40313
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jan 24 11:03:57 2022 +0100
tp/Texinfo/Structuring.pm: add missing methods pod
---
tp/Texinfo/Structuring.pm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 4b26ad8cf8..b3057c8dfc 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -1889,9 +1889,16 @@ I<$node> is a node tree element. Find the node I<$node>
children based
on the sectioning structure. For the node associated with C<@top>
sectioning command, the sections associated with parts are considered.
-=item sub index_entry_sort_string($main_entry, $entry_tree_element, $sortas,
$options)
+=item $entry_key = index_entry_sort_string($main_entry, $entry_tree_element,
$sortas, $options)
-TODO
+Return a string suitable as a sort string, for index entries.
+The index entry processed is I<$entry_tree_element>, and can be a
+C<@subentry>. I<$main_entry> is the main index entry tree element
+that can be used to gather information. I<$sortas> can be given to
+override the sort string (typically obtained from C<@sortas>). The
+I<$options> are options used for Texinfo to text conversion for
+the generation of the sort string, typically obtained from
+L<setup_index_entry_keys_formatting|/$option =
setup_index_entry_keys_formatting($configuration_informations)>.
=item $merged_entries = merge_indices($index_names)
@@ -2018,9 +2025,9 @@ Up, next and previous directions as set in menus.
=back
-=item setup_index_entry_keys_formatting($configuration_informations)
+=item $option = setup_index_entry_keys_formatting($configuration_informations)
-TODO
+Return options for conversion of Texinfo to text relevant for index keys
sorting.
=item ($index_entries_sorted, $index_entries_sort_strings) =
sort_indices($registrar, $configuration_informations, $merged_index_entries,
$sort_by_letter)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: tp/Texinfo/Structuring.pm: add missing methods pod,
Patrice Dumas <=
- Prev by Date:
branch master updated: * tp/Texinfo/Structuring.pm (setup_index_entry_keys_formatting) (sort_indices), tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm, tp/init/chm.pm: remove first arguments of setup_index_entry_keys_formatting() and sort_indices() that are unused.
- Next by Date:
branch master updated: Footnotes registering and link to location in document API
- Previous by thread:
branch master updated: * tp/Texinfo/Structuring.pm (setup_index_entry_keys_formatting) (sort_indices), tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm, tp/init/chm.pm: remove first arguments of setup_index_entry_keys_formatting() and sort_indices() that are unused.
- Next by thread:
branch master updated: Footnotes registering and link to location in document API
- Index(es):