Commit ae25be2e authored by Fred Drake's avatar Fred Drake

{classdesc} environment: Index as "Foo (class in foolib)" instead of

	"Foo (in module foolib)".  Is now independent of indexsubitem.
parent 1a855fad
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
\renewcommand{\@thisclass}{#1}% \renewcommand{\@thisclass}{#1}%
\begin{fulllineitems}% \begin{fulllineitems}%
\item[\code{\bfcode{#1}(\varvars{#2})}]% \item[\code{\bfcode{#1}(\varvars{#2})}]%
\ttindex{#1}% \withsubitem{(class in \@thismodule)}{\ttindex{#1}}%
\def\baseclasses##1{}% \def\baseclasses##1{}%
}{\end{fulllineitems}} }{\end{fulllineitems}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment