Re: [Doxygen-develop] Don't add space between formatted words and punctiation?
Brought to you by:
dimitri
From: Matthew W. <mw_...@us...> - 2007-03-06 22:50:08
|
Matthew Woehlke wrote: > I would like to modify doxygen to not add space between formatted words > and trailing punctuation, e.g. I would like "if you set @c foo , don't > set @p bar ." to be equivalent to "if you set <c>foo</c>, don't set > <c>bar</c>.". Any tips where I would need to go digging to do this? (Or > is there a way to do it already?) Oh, I see, this works: "if you set @c foo, don't set @p bar." ...in which case my highlighter is broken and I will fix it. In case I don't find it before someone knowledgeable tells me, where is the logic that does this? (I am looking for the complete list of what punctuation is not included in parameter names, especially since it looks like ',' is handled differently depending on the command.) -- Matthew "Do you do windows as well?" "Only when I'm forced to deal with Microsoft..." -- from a story by Feech |