keepalive/flextimer/doc_pub/flextimer_for_clients_doxygen/flextimer_for_devs.cfg
changeset 32 5c4486441ae6
equal deleted inserted replaced
31:c16e04725da3 32:5c4486441ae6
       
     1 # Doxyfile 1.6.1
       
     2 
       
     3 @INCLUDE = dox_base_settings.cfg
       
     4 
       
     5 #---------------------------------------------------------------------------
       
     6 # Project related configuration options
       
     7 #---------------------------------------------------------------------------
       
     8 
       
     9 PROJECT_NAME           = Flexible Timers & Timer Alignment Engine
       
    10 FULL_PATH_NAMES        = NO # YES
       
    11 
       
    12 #---------------------------------------------------------------------------
       
    13 # configuration options related to the input files
       
    14 #---------------------------------------------------------------------------
       
    15 INPUT                  = classesfordox.h \
       
    16                          ..\
       
    17 
       
    18 RECURSIVE              = YES
       
    19 
       
    20 #---------------------------------------------------------------------------
       
    21 # configuration options related to source browsing
       
    22 # These options affect the class and function descriptions
       
    23 #---------------------------------------------------------------------------
       
    24 SOURCE_BROWSER         = NO # YES
       
    25 REFERENCED_BY_RELATION = NO # YES
       
    26 REFERENCES_RELATION    = NO # YES
       
    27 
       
    28 #---------------------------------------------------------------------------
       
    29 # configuration options related to the Windows help file generation
       
    30 #---------------------------------------------------------------------------
       
    31 
       
    32 # If this is NO, the rest of the help file generation options are not evaluated 
       
    33 GENERATE_HTMLHELP      = YES
       
    34 CHM_FILE               = ..\FlexTimerInternal.chm
       
    35 HHC_LOCATION           = "C:\Program Files\HTML Help Workshop\hhc.exe"
       
    36 
       
    37 #---------------------------------------------------------------------------
       
    38 # Configuration options related to the preprocessor
       
    39 #---------------------------------------------------------------------------
       
    40 
       
    41 # If this is NO, the rest of the preprocessor options are not evaluated 
       
    42 ENABLE_PREPROCESSING   = YES
       
    43 MACRO_EXPANSION        = YES
       
    44 EXPAND_ONLY_PREDEF     = YES
       
    45 PREDEFINED             = IMPORT_C= \
       
    46                          EXPORT_C= \
       
    47                          "NONSHARABLE_CLASS(name)=class name"
       
    48 
       
    49 #---------------------------------------------------------------------------
       
    50 # Configuration options related to the dot tool
       
    51 # These parameters govern the type and amount of graphs in the document.
       
    52 #---------------------------------------------------------------------------
       
    53 
       
    54 # If this is NO, the rest of the graph options are not evaluated 
       
    55 HAVE_DOT               = YES
       
    56 
       
    57 CLASS_DIAGRAMS         = YES
       
    58 CLASS_GRAPH            = YES
       
    59 COLLABORATION_GRAPH    = YES
       
    60 GROUP_GRAPHS           = YES
       
    61 UML_LOOK               = NO
       
    62 TEMPLATE_RELATIONS     = NO
       
    63 INCLUDE_GRAPH          = YES
       
    64 INCLUDED_BY_GRAPH      = YES
       
    65 CALL_GRAPH             = YES
       
    66 CALLER_GRAPH           = NO
       
    67 GRAPHICAL_HIERARCHY    = YES
       
    68 DIRECTORY_GRAPH        = YES
       
    69 DOT_IMAGE_FORMAT       = png
       
    70 DOT_PATH               = "C:\Program Files\Graphviz2.26.3\bin"