diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 08:49:14 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 08:49:14 +0200 |
commit | 746fe564619e6bfabc496e01519e69f5c0d76177 (patch) | |
tree | 3673c979dfb1753fe767111fad98ece5eefbb6ad /doc | |
parent | 2e1c169ebe42f5d21d0f5f2b687608e22f9126f3 (diff) | |
download | xine-lib-746fe564619e6bfabc496e01519e69f5c0d76177.tar.gz xine-lib-746fe564619e6bfabc496e01519e69f5c0d76177.tar.bz2 |
Null-define XINE_PROTECTED as it's not to be shown on documentation.
Non-static non-public functions should be properly marked @internal instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 25ae2e1ef..09e016c5b 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -795,7 +795,8 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = XINE_COMPILE XINE_PACKED= ATTR_ALIGN(x)= +PREDEFINED = XINE_COMPILE XINE_PACKED= ATTR_ALIGN(x)= +PREDEFINED += XINE_PROTECTED= # 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. |