PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/Doxyfile

    r846 r1032  
    477477EXCLUDE                = utils \ 
    478478                         */obsolete/* \ 
    479                          */RCS/* 
     479                         */RCS/* \ 
     480                         */.svn/* 
    480481 
    481482# The EXCLUDE_SYMLINKS tag can be used select whether or not files or  
     
    525526# ignored. 
    526527 
    527 INPUT_FILTER           = strip_gcc_crap 
     528#INPUT_FILTER           = strip_gcc_crap 
     529INPUT_FILTER =  
    528530 
    529531# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern  
     
    689691# to the contents of the HTML help documentation and to the tree view. 
    690692 
    691 TOC_EXPAND             = NO 
     693TOC_EXPAND             = YES 
    692694 
    693695# The DISABLE_INDEX tag can be used to turn on/off the condensed index at  
     
    709711# probably better off using the HTML help feature. 
    710712 
    711 GENERATE_TREEVIEW      = NO 
     713GENERATE_TREEVIEW      = YES 
    712714 
    713715# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be  
     
    724726# generate Latex output. 
    725727 
    726 GENERATE_LATEX         = YES 
     728GENERATE_LATEX         = NO 
    727729 
    728730# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.