summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libxmllib.tex2
-rw-r--r--Doc/libxmllib.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex
index d75d121..b9897a0 100644
--- a/Doc/lib/libxmllib.tex
+++ b/Doc/lib/libxmllib.tex
@@ -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
diff --git a/Doc/libxmllib.tex b/Doc/libxmllib.tex
index d75d121..b9897a0 100644
--- a/Doc/libxmllib.tex
+++ b/Doc/libxmllib.tex
@@ -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