diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-10-10 14:06:57 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-10-10 14:06:57 (GMT) | 
| commit | d1e7e135f41a9c7ad2188c93de911555ad4a3513 (patch) | |
| tree | 02ceec113fcfd4e68cb04864f33ec413ec0c0635 | |
| parent | 5fcadd4e60d2e8bd8866bddef6bcefa59a18adf8 (diff) | |
| download | swift-d1e7e135f41a9c7ad2188c93de911555ad4a3513.zip swift-d1e7e135f41a9c7ad2188c93de911555ad4a3513.tar.bz2 | |
Remove some graphs from Doxygen documentation.
| -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