- Timestamp:
- 04/25/08 03:25:24 (7 months ago)
- Files:
-
- trunk/Doc/opensg.doxy (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Doc/opensg.doxy
r907 r1189 109 109 # operators of the base classes will not be shown. 110 110 111 INLINE_INHERITED_MEMB = YES111 INLINE_INHERITED_MEMB = NO 112 112 113 113 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full … … 1060 1060 OSG_DEBUG_ARG \ 1061 1061 OSG_DO_DOC \ 1062 DOXYGEN_SHOULD_SKIP_THIS 1062 DOXYGEN_SHOULD_SKIP_THIS \ 1063 __GNUC__ \ 1064 __linux \ 1065 OSG_UNUSED_ATTRIB= 1063 1066 1064 1067 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then … … 1069 1072 EXPAND_AS_DEFINED = OSG_CHECK_ARG \ 1070 1073 OSG_BASELIB_DLLMAPPING \ 1071 OSG_SYSTEMLIB_DLLMAPPING 1074 OSG_SYSTEMLIB_DLLMAPPING \ 1075 OSG_UNUSED_ATTRIB \ 1076 OSGT 1072 1077 1073 1078 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
