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:
parent
a226cd82f6
commit
0add4c120d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue