Re: [Doxygen-users] Comment style bug
Brought to you by:
dimitri
From: James R. <ja...@sh...> - 2001-10-02 20:09:36
|
Dimitri van Heesch wrote: > > On Tue, Oct 02, 2001 at 01:40:12PM -0400, James Roth wrote: > > Hello, > > > > I just noticed a problem with multi-line C style comments. > > > > <font class="comment">/******************</font> > > * Test comment * > > ******************/ > > > > It appears that only the first line has the style class applied. > > Please send a more complete bug report! > Ok. This happens with doxygen-1.2.11 and recent CVS versions. --== INPUT foo.c as an @example file ==-- /* * Hello world */ --== OUTPUT foo_8c-example.html ==-- <!-- header --> <!-- Generated by Doxygen 1.2.11 --> <h1>foo.c</h1> <p> <div class="fragment"><pre> <font class="comment">/*</font> * Hello world */ </pre></div><!-- footer --> -- As you can see, the <font> tag is closed prematurely. This results in broken syntax coloring. Thanks, James Roth <ja...@sh...> Shugyo Design Technologies |