diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-10 15:12:28 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-10 15:12:28 +0200 |
commit | 3bdd5bee021c99fe04a10f86f54e734853a2997f (patch) | |
tree | e20b497048c111bce67a70ed006ff49a800325ca /doc | |
parent | cd61f5ee28d958d3aa57434e31a936fe74df7507 (diff) | |
download | xine-lib-3bdd5bee021c99fe04a10f86f54e734853a2997f.tar.gz xine-lib-3bdd5bee021c99fe04a10f86f54e734853a2997f.tar.bz2 |
Expand ATTR_ALIGN to nothing to avoid having __attribute__ declarations in the middle of a structure declaration.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index d7b6eebe0..25ae2e1ef 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -795,7 +795,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = XINE_COMPILE XINE_PACKED= +PREDEFINED = XINE_COMPILE XINE_PACKED= ATTR_ALIGN(x)= # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. |