summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/extref.tex5
-rw-r--r--Doc/myformat.sty5
2 files changed, 5 insertions, 5 deletions
diff --git a/Doc/extref.tex b/Doc/extref.tex
index d93eb16..60940f5 100644
--- a/Doc/extref.tex
+++ b/Doc/extref.tex
@@ -1,8 +1,3 @@
-% cfuncdesc should be called as an \begin{cfuncdesc} ... \end{cfuncdesc}
-\newcommand{\cfuncline}[3]{\item[\code{#1 #2(\varvars{#3})}]\ttindex{#2}}
-\newcommand{\cfuncdesc}[3]{\fulllineitems\cfuncline{#1}{#2}{#3}}
-\let\endcfuncdesc\endfulllineitems
-
\newcommand{\NULL}{\code{NULL}}
\chapter{Extension Reference}
diff --git a/Doc/myformat.sty b/Doc/myformat.sty
index 1abdcbe..431cfc1 100644
--- a/Doc/myformat.sty
+++ b/Doc/myformat.sty
@@ -114,6 +114,11 @@
\let\endfulllineitems\endlist
+% cfuncdesc should be called as an \begin{cfuncdesc} ... \end{cfuncdesc}
+\newcommand{\cfuncline}[3]{\item[\code{#1 #2(\varvars{#3})}]\ttindex{#2}}
+\newcommand{\cfuncdesc}[3]{\fulllineitems\cfuncline{#1}{#2}{#3}}
+\let\endcfuncdesc\endfulllineitems
+
% funcdesc should be called as an \begin{funcdesc} ... \end{funcdesc}
\newcommand{\funcline}[2]{\item[\code{#1(\varvars{#2})}]\ttindex{#1}}
\newcommand{\funcdesc}[2]{\fulllineitems\funcline{#1}{#2}}