mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
__attribute__ does not need to be treated as a variadic macro, since
it is always used as __attribute__((...)). Since variadic macros seem to confuse poor doxygen, change it to a single-valued macro.
This commit is contained in:
parent
d04b607eb9
commit
484d6e7d24
@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
#ifdef DOXYGEN
|
||||
#define __attribute__(...)
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user