[latex3-commits] [latex3/latex3] main: "no-user-doc" rather than "undocumented" (see #1345) (554fe118b)
github at latex-project.org
github at latex-project.org
Thu Nov 30 09:25:40 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/554fe118b7976b48115c136719acccc45f2fe7dc
>---------------------------------------------------------------
commit 554fe118b7976b48115c136719acccc45f2fe7dc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 30 08:25:40 2023 +0000
"no-user-doc" rather than "undocumented" (see #1345)
>---------------------------------------------------------------
554fe118b7976b48115c136719acccc45f2fe7dc
l3kernel/l3doc.dtx | 4 ++--
l3kernel/l3names.dtx | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 4ecf5f7d8..09d0df486 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -2400,7 +2400,7 @@ and all files in that bundle must be distributed together.
added .code:n = { \@@_date_set_past:Nn \l_@@_date_added_tl {#1} },
updated .code:n = { \@@_date_set_past:Nn \l_@@_date_updated_tl {#1} } ,
deprecated .bool_set:N = \l_@@_macro_deprecated_bool ,
- undocumented .bool_set:N = \l_@@_macro_nodoc_bool ,
+ no-user-doc .bool_set:N = \l_@@_macro_nodoc_bool ,
tested .code:n = { } ,
label .code:n =
{
@@ -2854,7 +2854,7 @@ and all files in that bundle must be distributed together.
int .value_forbidden:n = true ,
int .code:n =
{ \bool_set_true:N \l_@@_macro_internal_bool } ,
- undocumented .bool_set:N = \l_@@_macro_nodoc_bool ,
+ no-user-doc .bool_set:N = \l_@@_macro_nodoc_bool ,
var .value_forbidden:n = true ,
var .code:n =
{ \bool_set_true:N \l_@@_macro_var_bool } ,
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index 443dbd1d7..7b95af416 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -1461,7 +1461,7 @@
%<*lua>
% \end{macrocode}
%
-% \begin{macro}[undocumented]{\tex_strcmp:D}
+% \begin{macro}[no-user-doc]{\tex_strcmp:D}
% Compare two strings, expanding to |0| if they are equal,
% |-1| if the first one is smaller and |1| if the second one is smaller.
% Here \enquote{smaller} refers to codepoint order which does not correspond to
@@ -1482,7 +1482,7 @@ end, 'global')
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[undocumented]{\tex_Ucharcat:D}
+% \begin{macro}[no-user-doc]{\tex_Ucharcat:D}
% Creating arbitrary chars using |tex.cprint|.
% The alternative approach using |token.new(...)| is about 10\% slower
% but needed to create arbitrary space tokens.
@@ -1501,7 +1501,7 @@ end, 'global')
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[undocumented]{\tex_filesize:D}
+% \begin{macro}[no-user-doc]{\tex_filesize:D}
% Wrap the function from |ltxutils|.
% \begin{macrocode}
luacmd('tex_filesize:D', function()
@@ -1511,7 +1511,7 @@ end, 'global')
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[undocumented]{\tex_mdfivesum:D}
+% \begin{macro}[no-user-doc]{\tex_mdfivesum:D}
% There are two cases: Either hash a file or a string.
% Both are already implemented in l3luatex or built-in.
% \begin{macrocode}
@@ -1527,7 +1527,7 @@ end, 'global')
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[undocumented]{\tex_filemoddate:D}
+% \begin{macro}[no-user-doc]{\tex_filemoddate:D}
% A primitive for getting the modification date of a file.
% \begin{macrocode}
luacmd('tex_filemoddate:D', function()
@@ -1537,7 +1537,7 @@ end, 'global')
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[undocumented]{\tex_filedump:D}
+% \begin{macro}[no-user-doc]{\tex_filedump:D}
% An emulated primitive for getting a hexdump from a (partial) file.
% The length has a default of |0|. This is consistent with
% \pdfTeX, but it effectivly makes the primitive useless without an
More information about the latex3-commits
mailing list.