[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move documentation of a few kernel variables to l3kernel-functions (a16ef59)

Bruno Le Floch bruno at le-floch.fr
Sun Apr 29 19:08:15 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/a16ef59842911aee5bd9777226132357303e64d7

>---------------------------------------------------------------

commit a16ef59842911aee5bd9777226132357303e64d7
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Apr 29 13:08:15 2018 -0400

    Move documentation of a few kernel variables to l3kernel-functions


>---------------------------------------------------------------

a16ef59842911aee5bd9777226132357303e64d7
 l3kernel/l3bootstrap.dtx        |    8 --------
 l3kernel/l3kernel-functions.dtx |   16 ++++++++++++++++
 l3kernel/l3prg.dtx              |   10 ----------
 3 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index bb3d196..c651194 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -211,14 +211,6 @@
 %     {\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
 % \end{verbatim}
 %
-% \subsection{Internal functions and variables}
-%
-% \begin{variable}{\l__kernel_expl_bool}
-%   A boolean which records the current code syntax status: \texttt{true} if
-%   currently inside a code environment. This variable should only be
-%   set by \cs{ExplSyntaxOn}/\cs{ExplSyntaxOff}.
-% \end{variable}
-%
 % \end{documentation}
 %
 % \begin{implementation}
diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index f80a8bb..9382ba7 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -168,6 +168,12 @@
 %   \emph{i.e.}~allow it to be generated in some way.
 % \end{function}
 %
+% \begin{variable}{\l__kernel_expl_bool}
+%   A boolean which records the current code syntax status: \texttt{true} if
+%   currently inside a code environment. This variable should only be
+%   set by \cs{ExplSyntaxOn}/\cs{ExplSyntaxOff}.
+% \end{variable}
+%
 % \begin{function}{\__kernel_file_missing:n}
 %   \begin{syntax}
 %     \cs{__kernel_file_missing:n} \Arg{name}
@@ -413,6 +419,16 @@
 %   \cs{__kernel_patch_args:nNNpn}.
 % \end{function}
 %
+% \begin{variable}{\g__kernel_prg_map_int}
+%   This integer is used by non-expandable mapping functions to track
+%   the level of nesting in force.  The functions
+%   \cs[no-index]{\meta{type}_map_1:w},
+%   \cs[no-index]{\meta{type}_map_2:w}, \emph{etc.}, labelled by
+%   \cs{g__kernel_prg_map_int}
+%   hold functions to be mapped over various list datatypes in inline
+%   and variable mappings.
+% \end{variable}
+%
 % \begin{function}{\__kernel_register_show:N, \__kernel_register_show:c}
 %   \begin{syntax}
 %     \cs{__kernel_register_show:N} \meta{register}
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 2c5c9be..2fa0990 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -737,16 +737,6 @@
 %   within the same function.
 % \end{function}
 %
-% \begin{variable}{\g__kernel_prg_map_int}
-%   This integer is used by non-expandable mapping functions to track
-%   the level of nesting in force.  The functions
-%   \cs[no-index]{\meta{type}_map_1:w},
-%   \cs[no-index]{\meta{type}_map_2:w}, \emph{etc.}, labelled by
-%   \cs{g__kernel_prg_map_int}
-%   hold functions to be mapped over various list datatypes in inline
-%   and variable mappings.
-% \end{variable}
-%
 % \end{documentation}
 %
 % \begin{implementation}





More information about the latex3-commits mailing list