From 52e2a70f115d79f743314f98420e69f7e5ac62b8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 17 Nov 2015 17:10:32 +0000 Subject: [PATCH 1/1] doc/clang.tex: Document `argument' accessors together. I'm not happy about the description, but the general shape is right. --- doc/clang.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/clang.tex b/doc/clang.tex index 03b447d..0806f1d 100644 --- a/doc/clang.tex +++ b/doc/clang.tex @@ -597,13 +597,13 @@ function type is the type of the function's return value. argument name. \end{describe} -\begin{describe}{fun}{argument-name @ @> @} - Return the name of the @, as it was supplied to @|make-argument|. -\end{describe} - -\begin{describe}{fun}{argument-type @ @> @} - Return the type of the @, as it was supplied to @|make-argument|. -\end{describe} +\begin{describe*} + {\dhead{fun}{argument-name @ @> @} + \dhead{fun}{argument-type @ @> @}} + Accessor functions for @|argument| objects. They return the name (for + @|argument-name|) or type (for @|argument-type|) from the object, as passed + to @|make-argument|. +\end{describe*} \begin{describe}{gf} {commentify-argument-name @ @> @} -- 2.11.0