doxygen.conf revision 78e15c62ea2659eb5b8ea41c642bfd74e1d471ef
INPUT=.
FILE_PATTERNS=*.h
#EXPAND_AS_DEFINED=
# not sure why this doesn't work as EXPAND_AS_DEFINED, it should!
PREDEFINED="APR_DECLARE(x)=x" \
"APR_DECLARE_NONSTD(x)=x" \
"AP_DECLARE_HOOK(ret,name,args)=ret name args;" \
"AP_DECLARE(x)=x" \
"AP_DECLARE_NONSTD(x)=x" \
DOXYGEN= \
"APU_DECLARE(x)=x"
# some autoconf guru needs to make configure set this correctly...