[latex3-commits] [l3svn] branch master updated: l3doc no longer allows "TF" for document commands

noreply at latex-project.org noreply at latex-project.org
Tue Oct 18 12:14:56 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  4545735   l3doc no longer allows "TF" for document commands
4545735 is described below

commit 4545735eb252c146f782e44adb66d70f6f854b80
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 18 10:02:44 2016 +0100

    l3doc no longer allows "TF" for document commands
---
 l3packages/xparse/xparse.dtx       |   12 ++++++------
 l3packages/xtemplate/xtemplate.dtx |    4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 7b88a9d..b1eea06 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -415,7 +415,7 @@
 % variables to return information about the nature of the argument
 % received.
 %
-% \begin{function}[EXP,TF]{\IfNoValue}
+% \begin{function}[EXP]{\IfNoValueT, \IfNoValueF, \IfNoValueTF}
 %   \begin{syntax}
 %     \cs{IfNoValueTF} \Arg{argument} \Arg{true code} \Arg{false code}
 %     \cs{IfNoValueT} \Arg{argument} \Arg{true code}
@@ -451,7 +451,7 @@
 %   will be logically \texttt{false}.
 % \end{function}
 %
-% \begin{function}[EXP,TF]{\IfValue}
+% \begin{function}[EXP]{\IfValueT, \IfValueF, \IfValueTF}
 %   \begin{syntax}
 %     \cs{IfValueTF} \Arg{argument} \Arg{true code} \Arg{false code}
 %    \end{syntax}
@@ -466,7 +466,7 @@
 %   names which are accessible outside of code blocks.
 % \end{variable}
 %
-% \begin{function}[EXP,TF]{\IfBoolean}
+% \begin{function}[EXP]{\IfBooleanT, \IfBooleanF, \IfBooleanTF}
 %   \begin{syntax}
 %     \cs{IfBooleanTF} \meta{argument} \Arg{true code} \Arg{false code}
 %   \end{syntax}
@@ -3627,7 +3627,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[TF]{\IfBoolean}
+% \begin{macro}{\IfBooleanT, \IfBooleanF, \IfBooleanTF}
 %   The logical \meta{true} and \meta{false} statements are just the
 %   normal \cs{c_true_bool} and \cs{c_false_bool}, so testing for them is
 %   done with the \cs{bool_if:NTF} functions from \textsf{l3prg}.
@@ -3638,7 +3638,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[TF]{\IfNoValue}
+% \begin{macro}{\IfNoValueT, \IfNoValueF, \IfNoValueTF}
 %   Simple re-naming.
 %    \begin{macrocode}
 \cs_new_eq:NN \IfNoValueF  \@@_if_no_value:nF
@@ -3646,7 +3646,7 @@
 \cs_new_eq:NN \IfNoValueTF \@@_if_no_value:nTF
 %    \end{macrocode}
 % \end{macro}
-% \begin{macro}[TF]{\IfValue}
+% \begin{macro}{\IfValueT, \IfValueF, \IfValueTF}
 %   Inverted logic.
 %    \begin{macrocode}
 \cs_new:Npn \IfValueF { \@@_if_no_value:nT }
diff --git a/l3packages/xtemplate/xtemplate.dtx b/l3packages/xtemplate/xtemplate.dtx
index 42c197a..57cdd90 100644
--- a/l3packages/xtemplate/xtemplate.dtx
+++ b/l3packages/xtemplate/xtemplate.dtx
@@ -501,7 +501,7 @@
 %   the general idea of fixing some settings.
 % \end{function}
 %
-% \begin{function}[TF]{\IfInstanceExist}
+% \begin{function}{\IfInstanceExistT, \IfInstanceExistF, \IfInstanceExistTF}
 %   \begin{syntax}
 %     \cs{IfInstanceExistTF} \Arg{object type} \Arg{instance} \Arg{true code} \Arg{false code}
 %   \end{syntax}
@@ -2871,7 +2871,7 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[TF]{\IfInstanceExist}
+% \begin{macro}{\IfInstanceExistT, \IfInstanceExistF, \IfInstanceExistTF}
 %   More direct translation: only the base instance is checked for.
 %    \begin{macrocode}
 \cs_new:Npn \IfInstanceExistTF #1#2

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list