diff options
| -rw-r--r-- | Documentation/API/Doxyfile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index 71bd8d0..5e6c79a 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -243,12 +243,12 @@ COLLABORATION_GRAPH    = YES  GROUP_GRAPHS           = YES  UML_LOOK               = NO  TEMPLATE_RELATIONS     = YES -INCLUDE_GRAPH          = YES -INCLUDED_BY_GRAPH      = YES +INCLUDE_GRAPH          = NO +INCLUDED_BY_GRAPH      = NO  CALL_GRAPH             = NO  CALLER_GRAPH           = NO  GRAPHICAL_HIERARCHY    = YES -DIRECTORY_GRAPH        = YES +DIRECTORY_GRAPH        = NO  DOT_IMAGE_FORMAT       = png  DOT_PATH               =   DOTFILE_DIRS           =  | 
 Swift
 Swift