[Doxygen-develop] Predefined problem
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2001-08-07 13:35:49
|
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? Thanks. bye Fabi |