diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-10 13:42:00 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-10 13:42:00 +0200 |
commit | dcd884f37b2e3ff9f4607b90c117cad610ba4861 (patch) | |
tree | 32b71d338ccfc7ed7ea38e38c498e44987519b93 /doc | |
parent | feb6d97a3c38cf235e7becebe80517f08ef9df91 (diff) | |
download | xine-lib-dcd884f37b2e3ff9f4607b90c117cad610ba4861.tar.gz xine-lib-dcd884f37b2e3ff9f4607b90c117cad610ba4861.tar.bz2 |
Define XINE_PACKED to nothing during Doxygen run so that it's not disturbing when present in the structures' definition.
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 9c075d44c..d7b6eebe0 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 +PREDEFINED = XINE_COMPILE XINE_PACKED= # 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. |