doc/doxygen.conf
branchnew-evsql
changeset 53 0d6e07f4c9a1
parent 52 f5037572c326
equal deleted inserted replaced
52:f5037572c326 53:0d6e07f4c9a1
  1304 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
  1304 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
  1305 # tags are set to YES then doxygen will generate a graph for each documented 
  1305 # tags are set to YES then doxygen will generate a graph for each documented 
  1306 # file showing the direct and indirect include dependencies of the file with 
  1306 # file showing the direct and indirect include dependencies of the file with 
  1307 # other documented files.
  1307 # other documented files.
  1308 
  1308 
  1309 INCLUDE_GRAPH          = YES
  1309 INCLUDE_GRAPH          = NO
  1310 
  1310 
  1311 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
  1311 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
  1312 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
  1312 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
  1313 # documented header file showing the documented files that directly or 
  1313 # documented header file showing the documented files that directly or 
  1314 # indirectly include this file.
  1314 # indirectly include this file.
  1315 
  1315 
  1316 INCLUDED_BY_GRAPH      = YES
  1316 INCLUDED_BY_GRAPH      = NO
  1317 
  1317 
  1318 # If the CALL_GRAPH and HAVE_DOT options are set to YES then 
  1318 # If the CALL_GRAPH and HAVE_DOT options are set to YES then 
  1319 # doxygen will generate a call dependency graph for every global function 
  1319 # doxygen will generate a call dependency graph for every global function 
  1320 # or class method. Note that enabling this option will significantly increase 
  1320 # or class method. Note that enabling this option will significantly increase 
  1321 # the time of a run. So in most cases it will be better to enable call graphs 
  1321 # the time of a run. So in most cases it will be better to enable call graphs