[Doxygen-develop] Re: Predefined problem
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2001-08-08 08:38:18
|
> > Hi > > > > I want to do something like this: In the config file I place: > > > > PREDEFINED = "CLASS_MEMBER(c, m)=c_m" > > > > so that c and m are expanded and it results in class_member. The > problem now > > is, that they only get expanded if the c and m are single words. If I > place > > them like above it is treated as "c_m" without expansion. Also #c #m or > stuff > > like that didn't help. Is this possible at all? > >Yes, but use the correct C syntax for concatenation: > >PREDEFINED = "CLASS_MEMBER(c,m)=c##_##m" > >Look it up in your C manual :-) I did and I also found these commands but the examples weren't that clear on how to use. Thanks a lot for your help, I like Doxygen every day more :) bye Fabi PS: The mail archive seems somehow down as there aren't any postings this month (including mine) which is hard to believe... |