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

(SGMLParser 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:33:34 +00:00
parent 0add4c120d
commit 1247ceab94
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing
The \code{SGMLParser} class must be instantiated without arguments. The \code{SGMLParser} class must be instantiated without arguments.
It has the following interface methods: It has the following interface methods:
\renewcommand{\indexsubitem}{({\tt SGMLParser} method)} \renewcommand{\indexsubitem}{(SGMLParser method)}
\begin{funcdesc}{reset}{} \begin{funcdesc}{reset}{}
Reset the instance. Loses all unprocessed data. This is called Reset the instance. Loses all unprocessed data. This is called

View File

@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing
The \code{SGMLParser} class must be instantiated without arguments. The \code{SGMLParser} class must be instantiated without arguments.
It has the following interface methods: It has the following interface methods:
\renewcommand{\indexsubitem}{({\tt SGMLParser} method)} \renewcommand{\indexsubitem}{(SGMLParser method)}
\begin{funcdesc}{reset}{} \begin{funcdesc}{reset}{}
Reset the instance. Loses all unprocessed data. This is called Reset the instance. Loses all unprocessed data. This is called