Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).

This makes it more consistent with other modules.  All three *mllib modules
need this change.
This commit is contained in:
Fred Drake 1997-12-12 05:32:31 +00:00
parent a226cd82f6
commit 0add4c120d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ for parsing text files formatted in XML (eXtended Markup Language).
The \code{XMLParser} class must be instantiated without arguments. It
has the following interface methods:
\renewcommand{\indexsubitem}{({\tt XMLParser} method)}
\renewcommand{\indexsubitem}{(XMLParser method)}
\begin{funcdesc}{reset}{}
Reset the instance. Loses all unprocessed data. This is called

View File

@ -10,7 +10,7 @@ for parsing text files formatted in XML (eXtended Markup Language).
The \code{XMLParser} class must be instantiated without arguments. It
has the following interface methods:
\renewcommand{\indexsubitem}{({\tt XMLParser} method)}
\renewcommand{\indexsubitem}{(XMLParser method)}
\begin{funcdesc}{reset}{}
Reset the instance. Loses all unprocessed data. This is called