Re: [Doxygen-develop] [ATTN Dimitri] status of bug 418615?
Brought to you by:
dimitri
From: Matthew W. <mw_...@us...> - 2007-05-21 15:00:57
|
Dimitri van Heesch wrote: > On 5/16/07, Matthew Woehlke wrote: >> A while back I submitted a patch to fix parsing of multiple style >> commands (i.e. '\c \e foo bar', which should make 'foo' command and >> emphasized, and leave 'bar' normal style). What ever happened with this? >> Has it been fixed? >> >> old post: http://permalink.gmane.org/gmane.text.doxygen.devel/801 > > It is still on my todo list. Ok, thanks for the update. > I have to understand your fix (or "ugly hack" as you call it) and it see > what implications it has. Ok, feel free to ask questions :-). IIRC the ugliness is mostly that deciding if the token should be eaten or not (so that the first of a nested directive pops correctly) wasn't straight-forward. Although I would argue that as long as single directives don't break, it's still an improvement. ;-) > Since there is a workaround for the limitation, I do not > consider it of the highest priority. Do you mean using html? -- Matthew When in doubt, duct tape! |