Fix __attribute__ handling of doxygen

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@553 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2011-10-14 09:25:14 +00:00
parent 2fa265c4c8
commit 5ada5ee1b1

View File

@@ -6,6 +6,10 @@ INPUT = @top_srcdir@/src
FILE_PATTERNS = *.c *.h
EXCLUDE_PATTERNS = */opensc/*
RECURSIVE = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = __attribute__(x)=
EXAMPLE_PATH = @top_srcdir@/src
GENERATE_HTML = YES
GENERATE_TAGFILE = @builddir@/doc/$(PROJECT).tag