doc/meta.tex: Rearrange the initargs stubs.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 17:19:02 +0000 (18:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 17:19:02 +0000 (18:19 +0100)
Gather the classes and accessors; gather `make-sod-slot-initarg' and
`make-sod-slot-initarg-using-slot'.  Gently reorder things.

doc/meta.tex

index 84f3f75..c4587a3 100644 (file)
       \nlret @<init>}
 \end{describe}
 
-\begin{describe}{cls}{sod-initarg () \&key :class :location :name :type}
-\end{describe}
+\begin{describe*}
+    {\dhead{cls}{sod-initarg () \&key :class :location :name :type}
+     \dhead{cls}{sod-user-initarg (sod-initarg)
+                  \&key :class :location :name :type :default}
+     \dhead{cls}{sod-slot-initarg (sod-initarg)
+                  \&key :class :location :name :type :slot}}
+\end{describe*}
 
 \begin{describe*}
     {\dhead{gf}{sod-initarg-class @<initarg> @> @<class>}
      \dhead{gf}{sod-initarg-name @<initarg> @> @<string>}
-     \dhead{gf}{sod-initarg-type @<initarg> @> @<c-type>}}
+     \dhead{gf}{sod-initarg-type @<initarg> @> @<c-type>}
+     \dhead{gf}{sod-initarg-default @<initarg> @> @<default>}
+     \dhead{gf}{sod-initarg-slot @<initarg> @> @<slot>}}
 \end{describe*}
 
-\begin{describe}{cls}
-    {sod-user-initarg (sod-initarg)
-      \&key :class :location :name :type :default}
-\end{describe}
-
 \begin{describe}{gf}
     {make-sod-user-initarg @<class> @<name> @<type> @<pset>
                            \&key :default :location
      \nlret @<initarg>}
 \end{describe}
 
-\begin{describe}{gf}{sod-initarg-default @<initarg> @> @<default>}
-\end{describe}
-
-\begin{describe}{cls}
-    {sod-slot-initarg (sod-initarg)
-      \&key :class :location :name :type :slot}
-\end{describe}
-
-\begin{describe}{gf}{sod-initarg-slot @<initarg> @> @<slot>}
-\end{describe}
-
-\begin{describe}{gf}
-    {make-sod-slot-initarg @<class> @<name> @<nick> @<slot-name> @<pset>
-                           \&key :location
-     \nlret @<initarg>}
-\end{describe}
-
-\begin{describe}{gf}
-    {make-sod-slot-initarg-using-slot @<class> @<name> @<slot> @<pset>
-                                      \&key :location
-     \nlret @<initarg>}}
-\end{describe}
+\begin{describe*}
+    {\dhead{gf}
+       {make-sod-slot-initarg @<class> @<name> @<nick> @<slot-name> @<pset>
+                              \&key :location
+        \nlret @<initarg>}
+     \dhead{gf}
+        {make-sod-slot-initarg-using-slot @<class> @<name> @<slot> @<pset>
+                                          \&key :location
+         \nlret @<initarg>}}
+\end{describe*}
 
 \begin{describe*}
     {\dhead{gf}{make-sod-class-initfrag @<class> @<frag> @<pset>