Commit 874da20b authored by Fred Drake's avatar Fred Drake

Minor update to presentation code; stay out of the way a little more.

parent 3b97f96b
...@@ -30,7 +30,7 @@ sub do_env_attributedesc{ ...@@ -30,7 +30,7 @@ sub do_env_attributedesc{
my $valuetype = next_argument(); my $valuetype = next_argument();
return ("\n<dl class='macrodesc'>" return ("\n<dl class='macrodesc'>"
. "\n<dt><b><tt class='macro'>$name</tt></b>" . "\n<dt><b><tt class='macro'>$name</tt></b>"
. "&nbsp;&nbsp;&nbsp;(<tt>$valuetype</tt>)" . "&nbsp;&nbsp;&nbsp;($valuetype)"
. "\n<dd>" . "\n<dd>"
. $_ . $_
. "</dl>"); . "</dl>");
......
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
% \begin{attributedesc}{name}{content-type} % \begin{attributedesc}{name}{content-type}
\newenvironment{attributedesc}[2]{ \newenvironment{attributedesc}[2]{
\begin{fulllineitems} \begin{fulllineitems}
\item[\code{\bfseries#1}{\quad(\code{#2})}] \item[\code{\bfseries#1}{\quad(#2)}]
\index{#1@\py@idxcode{#1}} \index{#1@\py@idxcode{#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