Changeset 59

Show
Ignore:
Timestamp:
09/06/06 16:51:33 (2 years ago)
Author:
allenb
Message:

Do better doxymentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/scons_build_creation/Doc/opensg.doxy

    r58 r59  
    470470# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm 
    471471 
    472 FILE_PATTERNS          = *.c \ 
    473                          *.cc \ 
    474                          *.cxx \ 
    475                          *.cpp \ 
    476                          *.c++ \ 
    477                          *.d \ 
    478                          *.java \ 
    479                          *.ii \ 
    480                          *.ixx \ 
    481                          *.ipp \ 
    482                          *.i++ \ 
    483                          *.inl \ 
    484                          *.h \ 
    485                          *.hh \ 
    486                          *.hxx \ 
    487                          *.hpp \ 
    488                          *.h++ \ 
    489                          *.idl \ 
    490                          *.odl \ 
    491                          *.cs \ 
    492                          *.php \ 
    493                          *.php3 \ 
    494                          *.inc \ 
    495                          *.m \ 
    496                          *.mm \ 
    497                          *.dox \ 
    498                          *.C \ 
    499                          *.CC \ 
    500                          *.C++ \ 
    501                          *.II \ 
    502                          *.I++ \ 
    503                          *.H \ 
    504                          *.HH \ 
    505                          *.H++ \ 
    506                          *.CS \ 
    507                          *.PHP \ 
    508                          *.PHP3 \ 
    509                          *.M \ 
    510                          *.MM 
     472FILE_PATTERNS          = OSG*.cpp \ 
     473                         OSG*.h \ 
     474                         OSG*.inl 
    511475 
    512476# The RECURSIVE tag can be used to turn specify whether or not subdirectories  
     
    534498# for example use the pattern */test/* 
    535499 
    536 EXCLUDE_PATTERNS       =  
     500EXCLUDE_PATTERNS       = */ScanParseSkel/* \ 
     501                         */OSGReal16* \ 
     502                         */OSGStatisticsDefaultFont* \ 
     503                         */OSGGraphicStatisticsFont* 
    537504 
    538505# The EXAMPLE_PATH tag can be used to specify one or more files or  
     
    1011978# way by setting EXPAND_ONLY_PREDEF to YES. 
    1012979 
    1013 MACRO_EXPANSION        = NO 
     980MACRO_EXPANSION        = YES 
    1014981 
    1015982# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES  
     
    10451012# instead of the = operator. 
    10461013 
    1047 PREDEFINED             = DOC_LEVEL=4
     1014PREDEFINED             = DOC_LEVEL=3
    10481015                         DOC_LEVEL_NAME=dev \ 
    10491016                         OSG_DOC_DEV \ 
    10501017                         OSG_DOC_EXT \ 
    1051                          OSG_DOC_DEV_TRAITS 
     1018                         OSG_DOC_DEV_TRAITS \ 
     1019                         "OSG_BEGIN_NAMESPACE=namespace osg {"  \ 
     1020                         OSG_END_NAMESPACE=}         \ 
     1021                         OSG=osg                     \ 
     1022                        "OSG_USING_NAMESPACE=namespace osg {} using namespace osg;" \ 
     1023                        OSG_DEBUG_ARG                     \ 
     1024                        OSG_DO_DOC                        \ 
     1025                        DOXYGEN_SHOULD_SKIP_THIS          \ 
    10521026 
    10531027# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then