Project

General

Profile

Revision 333

more changes, added docs

View differences:

Doxyfile
2265 2265
# The default value is: YES.
2266 2266
# This tag requires that the tag HAVE_DOT is set to YES.
2267 2267

  
2268
COLLABORATION_GRAPH    = NO
2268
COLLABORATION_GRAPH    = YES
2269 2269

  
2270 2270
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2271 2271
# groups, showing the direct groups dependencies.
......
2331 2331
# The default value is: NO.
2332 2332
# This tag requires that the tag HAVE_DOT is set to YES.
2333 2333

  
2334
CALL_GRAPH             = NO
2334
CALL_GRAPH             = YES
2335 2335

  
2336 2336
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2337 2337
# dependency graph for every global function or class method.
......
2343 2343
# The default value is: NO.
2344 2344
# This tag requires that the tag HAVE_DOT is set to YES.
2345 2345

  
2346
CALLER_GRAPH           = NO
2346
CALLER_GRAPH           = YES
2347 2347

  
2348 2348
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2349 2349
# hierarchy of all classes instead of a textual one.
......
4759 4759
# The default value is: YES.
4760 4760
# This tag requires that the tag HAVE_DOT is set to YES.
4761 4761

  
4762
COLLABORATION_GRAPH    = NO
4762
COLLABORATION_GRAPH    = YES
4763 4763

  
4764 4764
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
4765 4765
# groups, showing the direct groups dependencies.
......
4825 4825
# The default value is: NO.
4826 4826
# This tag requires that the tag HAVE_DOT is set to YES.
4827 4827

  
4828
CALL_GRAPH             = NO
4828
CALL_GRAPH             = YES
4829 4829

  
4830 4830
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
4831 4831
# dependency graph for every global function or class method.
......
4837 4837
# The default value is: NO.
4838 4838
# This tag requires that the tag HAVE_DOT is set to YES.
4839 4839

  
4840
CALLER_GRAPH           = NO
4840
CALLER_GRAPH           = YES
4841 4841

  
4842 4842
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
4843 4843
# hierarchy of all classes instead of a textual one.

Also available in: Unified diff