[latex3-commits] [git/LaTeX3-latex3-latex3] master: Document some kernel function [ci skip] (ae0f75a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jun 18 17:41:57 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ae0f75a1beb22d7557bf803691570adf5c0bb1c6
>---------------------------------------------------------------
commit ae0f75a1beb22d7557bf803691570adf5c0bb1c6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 18 16:41:57 2018 +0100
Document some kernel function [ci skip]
>---------------------------------------------------------------
ae0f75a1beb22d7557bf803691570adf5c0bb1c6
l3kernel/l3kernel-functions.dtx | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index f1e2896..fc34c31 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -136,6 +136,14 @@
% the \meta{follow-on}.
% \end{function}
%
+% \begin{function}{\__kernel_deprecation_code:nn}
+% \begin{syntax}
+% \cs{__kernel_deprecation_code:nn} \Arg{error code} \Arg{working code}
+% \end{syntax}
+% Stores both an \meta{error} and \meta{working} definition for given material
+% such that they can be exchanged by \cs{debug_on:} and \cs{debug_off:}.
+% \end{function}
+%
% \begin{function}{\__kernel_if_debug:TF}
% \begin{syntax}
% \cs{__kernel_if_debug:TF} \Arg{true code} \Arg{false code}
@@ -394,6 +402,14 @@
% because that would interfere with the action of the conditional.
% \end{function}
%
+% \begin{function}{\__kernel_patch_deprecation:nnNNpn}
+% \begin{syntax}
+% \cs{__kernel_patch_deprecation:nnNNpn} \Arg{before} \Arg{after}
+% \meta{definition} \meta{function}\meta{parameters} \Arg{type} \Arg{code}
+% \end{syntax}
+% Similar to \cs{__kernel_patch:nnNNpn} for deprecated functions.
+% \end{function}
+%
% \begin{function}
% {\__kernel_patch_args:nNNpn, \__kernel_patch_conditional_args:nNNpnn}
% \begin{syntax}
More information about the latex3-commits
mailing list