Re: inhibiting comment reflow
- From: Andrew Thompson <SeeMySites@xxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 00:43:51 GMT
On Thu, 28 Jul 2005 08:29:09 +0800, - wrote:
> Roedy Green wrote:
>
>> Eclipse comment reformatter is great for free form text, but it screws
>> up anything that is designed to align in columns. I gave discovered
>> <pre> </pre> will disable to reflow in Javadoc, but not in // or /*
>> comments.
What does JavaDoc do with /* and // lines?
I thought 'nothing'.
>> Has anyone discovered something similar for // or /*?
For JavaDoc[1] or Eclipse[2]?
[1] Which I don't see as relevant, because it ignores such tags.
[2] ..guess what my motivation to fix that will be?
> Use <code> </code> (case sensitive).
<code> is an in-line (rather than block level) element that
should not affect line reflow. Further, HTML elements are not
case sensitive in any UA worth it's salt - not even JEditorPane!
--
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
Too Hot For Radio
.
- Follow-Ups:
- Re: inhibiting comment reflow
- From: Roedy Green
- Re: inhibiting comment reflow
- References:
- inhibiting comment reflow
- From: Roedy Green
- Re: inhibiting comment reflow
- From: -
- inhibiting comment reflow
- Prev by Date: Re: inhibiting comment reflow
- Next by Date: Re: Silly URL...
- Previous by thread: Re: inhibiting comment reflow
- Next by thread: Re: inhibiting comment reflow
- Index(es):
Relevant Pages
|
|