Re: [Doxygen-users] char_varying type in VOS C and doxygen
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2015-01-26 17:05:24
|
> > On Sat, Jan 24, 2015 at 1:46 PM, < > dox...@li...> wrote: > Date: Sat, 24 Jan 2015 17:32:34 +0100 > From: Uwe Scholz <u.s...@gm...> > Subject: Re: [Doxygen-users] char_varying type in VOS C and doxygen > > @Ron, thank you, too! Your perl script looks also nice, maybe I'll need > it in the future for other purposes. :) But Dmitri's one-liner solved > this issue for me. > Thanks. I had forgotten about the C preprocessor's ## operator because the coding rules where I work forbid its use (along with other "advanced" features of the preprocessor). So I am in the habit of creating filters (usually in Perl) to perform tasks that the preprocessor could otherwise handle quite well. |