]> granicus.if.org Git - python/commitdiff
(myformat.sty, extref.tex): Moved definition of cfuncdesc environment to
authorFred Drake <fdrake@acm.org>
Tue, 29 Oct 1996 15:55:08 +0000 (15:55 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Oct 1996 15:55:08 +0000 (15:55 +0000)
myformat.sty; having it in extref.tex confuses LaTeX2HTML.

Doc/extref.tex
Doc/myformat.sty

index d93eb166bc65eede3ebfcd77c30260fd166e2509..60940f567e0f2891fc9334a97e6c94b6c10e032e 100644 (file)
@@ -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}
index 1abdcbe96fbb189c4549ac506f2203056af961ad..431cfc16565e55fef3e5fa389b0dfddb038514f9 100644 (file)
 \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}}