Function Macros not documented

"ritwik.garg" <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
I have some code of this sort:

header.h

    #define abc() xyz()

code.c

    #include "header.h"

    void xyz(){
        int a = 24;
    }

    void func_lmn(){
        abc();
    }

When I run doxygen on this code, the call graoh for function func_lmn() does
not contain either abc() or xyz(). Is it possble to do the same?

Following flags have been turned on:

ENABLE_PREPROCESSOR = YES
MACRO_EXPANSION = YES
SKIP_FUNCTION_MACROS = NO



--
View this message in context: http://doxygen.10944.n7.nabble.com/Function-Macros-not-documented-tp7733.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.