doc/: Add `*' option to `\descref' to suppress the page number.
[sod] / doc / concepts.tex
index 4f192f5..f32aa7e 100644 (file)
@@ -926,12 +926,12 @@ Construction of a new instance of a class involves three steps.
 \end{enumerate}
 The \descref{SOD_DECL}[macro]{mac} handles constructing instances with
 automatic storage duration (`on the stack').  Similarly, the
-\descref{SOD_MAKE}[macro]{mac} and the \descref{sod_make}{fun} and
+\descref{SOD_MAKE}[macro]{mac} and the \descref*{sod_make}{fun} and
 \descref{sod_makev}{fun} functions construct instances allocated from the
 standard @|malloc| heap.  Programmers can add support for other allocation
 strategies by using the \descref{SOD_INIT}[macro]{mac} and the
-\descref{sod_init}{fun} and \descref{sod_initv}{fun} functions, which package
-up imprinting and initialization.
+\descref*{sod_init}{fun} and \descref{sod_initv}{fun} functions, which
+package up imprinting and initialization.
 
 \subsubsection{Allocation}
 Instances of most classes (specifically including those classes defined by