[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autogsdoc, once more
From: |
Richard Frith-Macdonald |
Subject: |
Re: autogsdoc, once more |
Date: |
Mon, 12 May 2003 20:25:51 +0100 |
On Monday, May 12, 2003, at 06:57 pm, Chris B. Vetter wrote:
To reference a protocol method, you would use [(Protocol)-method] and
similarly, to reference only the protocol, you use [(Protocol)]. Both
used to work fine.
However, now the following line
The [FOOBar] interface implements the [(FOOBar)] protocol.
appears as
The (link)FOOBar(/link) interface implements the protocol.
It's a libxml bug/feature ... libxml is changing '<' to '<' even when
told not to substitute entities, so the text written to the html file
contains <FOOBar> rather than <FOOBar> and the web browser
treats it as an unknown htm tag and ignores it.
I've hacked in a workaround for this libxml feature.