[latex3-commits] [git/LaTeX3-latex3-latex2e] hook-args: Mark internal functions (d3ff507b)
PhelypeOleinik
phelype.oleinik at latex-project.org
Wed Mar 29 04:25:41 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : hook-args
Link : https://github.com/latex3/latex2e/commit/d3ff507b4d7ce2958ac61fe3f3e7cb3fcf65b393
>---------------------------------------------------------------
commit d3ff507b4d7ce2958ac61fe3f3e7cb3fcf65b393
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Tue Mar 28 23:25:41 2023 -0300
Mark internal functions
>---------------------------------------------------------------
d3ff507b4d7ce2958ac61fe3f3e7cb3fcf65b393
base/lthooks.dtx | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 2bb2a8fb..df0a140c 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -6908,7 +6908,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[EXP]{\IfHookExistsTF}
+% \begin{macro}[EXP,int]{\IfHookExistsTF}
% Marked for removal and no longer documented in the doc section!
% \phoinline{\cs{IfHookExistsTF} is used in \texttt{jlreq.cls},
% \texttt{pxatbegshi.sty}, \texttt{pxeverysel.sty},
@@ -6930,7 +6930,7 @@
% \changes{v1.0p}{2021/08/20}{Added deprecation warnings for
% old generic hook commands (gh/638)}
%
-% \begin{macro}{
+% \begin{macro}[int]{
% \hook_disable:n,
% \hook_provide:n,
% \hook_provide_reversed:n,
@@ -6975,7 +6975,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{
+% \begin{macro}[int]{
% \DisableHook,
% \ProvideHook,
% \ProvideReversedHook,
@@ -7042,8 +7042,10 @@
%<@@=>
% \end{macrocode}
%
-% \begin{macro}{\@expl@@@initialize at all@@,
-% \@expl@@@hook at curr@name at pop@@}
+% \begin{macro}[int]{
+% \@expl@@@initialize at all@@,
+% \@expl@@@hook at curr@name at pop@@
+% }
%
% \InternalDetectionOff
% \begin{macrocode}
More information about the latex3-commits
mailing list.