Re: [Doxygen-develop] "\c \e foo bar" = bug?
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2007-03-15 10:58:05
|
On 3/7/07, Matthew Woehlke <mw_...@us...> wrote: > > Is this a bug? > > "\c \e foo bar" == "<tt><i>foo</i> bar</tt>" > > Shouldn't it be: > > "<tt><i>foo</i></tt> bar"? That would indeed be more logical. ...and any pointers where I can go tweak to fix it? src/docparser.cpp is where the commands are handled, in particular look at defaultHandleToken() and handleStyleArgument() Regards, Dimitri |