Changeset 9164

Show
Ignore:
Timestamp:
12/15/11 15:44:12 (18 months ago)
Author:
denton
Message:

Turned on MACRO_EXPANSION and EXAND_ONLY_PREDEF. Also added PVFS_UCACHE_ENABLE to PREDEFINED so the ucache code will show up in doxygen output.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen/pvfs2-doxygen.conf.in

    r8729 r9164  
    879879# way by setting EXPAND_ONLY_PREDEF to YES. 
    880880 
    881 MACRO_EXPANSION        = NO 
     881MACRO_EXPANSION        = YES 
    882882 
    883883# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES  
     
    885885# PREDEFINED and EXPAND_AS_PREDEFINED tags. 
    886886 
    887 EXPAND_ONLY_PREDEF     = NO 
     887EXPAND_ONLY_PREDEF     = YES 
    888888 
    889889# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files  
     
    913913# instead of the = operator. 
    914914 
    915 PREDEFINED             =  
     915PREDEFINED             = PVFS_UCACHE_ENABLE  
    916916 
    917917# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this