FLTK logo

[master] e72324d - Update Doxyfile.in for current Doxygen version 1.9.5

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] e72324d - Update Doxyfile.in for current Doxygen version 1.9.5 "Albrecht Schlosser" Oct 12, 2022  
 
commit e72324d3d9f9db448e666f7d6549caec16f40252
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Wed Oct 12 16:19:36 2022 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Oct 12 16:19:36 2022 +0200

    Update Doxyfile.in for current Doxygen version 1.9.5
    
    This file is now compatible up to Doxygen 1.9.5, i.e. there are
    no warnings about obsolete parameters when generating the docs.
    
    Current git 'master' of Doxygen (1.9.6: not yet released) issues
    some warnings but these will hopefully be fixed in Doxygen.
    
    Oldest tested Doxygen: 1.8.17 - older versions may emit warnings.

 documentation/Doxyfile.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git documentation/Doxyfile.in documentation/Doxyfile.in
index 227c4b6..4d4529f 100644
--- documentation/Doxyfile.in
+++ documentation/Doxyfile.in
@@ -1328,7 +1328,8 @@ EXTERNAL_GROUPS        = YES
 # fallback. It is recommended to install and use dot, since it yields more
 # powerful graphs.
 
-CLASS_DIAGRAMS         = YES
+#** obsolete as of Doxygen 1.9.3, using default (YES) anyway
+#** CLASS_DIAGRAMS         = YES
 
 # You can define message sequence charts within doxygen comments using the \msc
 # command. Doxygen will then run the mscgen tool (see
@@ -1486,7 +1487,8 @@ MAX_DOT_GRAPH_DEPTH    = 0
 # enabling this option may lead to badly anti-aliased labels on the edges of
 # a graph (i.e. they become hard to read).
 
-DOT_TRANSPARENT        = NO
+#** obsolete as of Doxygen 1.9.5, using default (NO) anyway
+#** DOT_TRANSPARENT        = NO
 
 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
 # files in one run (i.e. multiple -o and -T options on the command line). This
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.