[latex3-commits] [git/LaTeX3-latex3-latex3] master: Standardise mark-up (e2c7162e2)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 3 17:59:10 CET 2020


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

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

commit e2c7162e2d093480f1bf8dca8d47287bcad21e5a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 21 09:14:13 2020 +0000

    Standardise mark-up


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

e2c7162e2d093480f1bf8dca8d47287bcad21e5a
 l3kernel/l3keys.dtx | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index d9dd9a179..b361d3f8d 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -1034,7 +1034,8 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\@@_split_active:w, \@@_split_active:nw}
+% \begin{macro}[EXP]{\@@_split_active:w}
+% \begin{macro}[EXP]{\@@_split_active:nw}
 %   Splits at the first active equals sign and tests whether there are any more
 %   valid split points, if so throw an error and gobble the remaining
 %   \meta{function_2}, which will not yet be gobbled. If there was only one
@@ -1054,6 +1055,7 @@
           }
 %    \end{macrocode}
 % \end{macro}
+% \end{macro}
 %
 % \begin{macro}[EXP]{\@@_if_has_equal_active:w}
 %   The test for an active equals sign just gobbles tokens until the first
@@ -1098,7 +1100,8 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\@@_split_other:w, \@@_split_other:nw}
+% \begin{macro}[EXP]{\@@_split_other:w}
+% \begin{macro}[EXP]{\@@_split_other:nw}
 %   These work exactly as \cs[no-index]{@@_split_active:wN}, just for
 %   equals signs of category other.
 %    \begin{macrocode}
@@ -1115,6 +1118,7 @@
     }
 %    \end{macrocode}
 % \end{macro}
+%  \end{macro}
 %
 % \begin{macro}[EXP]{\@@_key:nN}
 %   This will get the current key with spaces trimmed and \meta{function_1} as





More information about the latex3-commits mailing list.