[Doxygen-users] problem preprocessing #define statements
Brought to you by:
dimitri
From: Bien R. I. MP P. RD M. <rue...@mc...> - 2002-02-28 14:52:37
|
Hi everyone, I would like to expand #define statements in the generated html code = like this: In the source: #define VAL 0x1F #define VAL2 VAL such that in the documentation I get something like this: #define VAL2 0x1F I have activated / tried any reasonable combinations of the EXPAND/PREPROCESS settings, but I always get #define VAL2 VAL Any ideas? Thanks! Regards R=FCdiger |