From edc0bd33c1c421db5eb662bb98d3667b52af963b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 18 Dec 2003 06:03:53 +0000 Subject: apply hackish work-arounds to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) --- Doc/lib/libsgmllib.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex index 3699d24..bf01a7d 100644 --- a/Doc/lib/libsgmllib.tex +++ b/Doc/lib/libsgmllib.tex @@ -33,9 +33,9 @@ Numeric character references of the form \samp{\&\#\var{name};}. Entity references of the form \samp{\&\var{name};}. \item -SGML comments of the form \samp{}. Note that +SGML comments of the form \samp{}. Note that spaces, tabs, and newlines are allowed between the trailing -\samp{>} and the immediately preceding \samp{--}. +\samp{>} and the immediately preceding \samp{-\code{-}}. \end{itemize} \end{classdesc} @@ -50,7 +50,7 @@ implicitly at instantiation time. \begin{methoddesc}{setnomoretags}{} Stop processing tags. Treat all following input as literal input -(CDATA). (This is only provided so the HTML tag +(CDATA). (This is only provided so the archaic HTML tag \code{} can be implemented.) \end{methoddesc} @@ -140,8 +140,8 @@ The default \member{entitydefs} defines translations for \begin{methoddesc}{handle_comment}{comment} This method is called when a comment is encountered. The \var{comment} argument is a string containing the text between the -\samp{<!--} and \samp{-->} delimiters, but not the delimiters -themselves. For example, the comment \samp{<!--text-->} will +\samp{<!-\code{-}} and \samp{-\code{-}>} delimiters, but not the delimiters +themselves. For example, the comment \samp{<!-\code{-}text-\code{-}>} will cause this method to be called with the argument \code{'text'}. The default method does nothing. \end{methoddesc} -- cgit v0.12