@@ -48,7 +48,7 @@ PROJECT_NAME = CoreFlow
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 0 .0.1
51+ PROJECT_NUMBER = 1 .0.0
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewers a
@@ -764,7 +764,7 @@ GENERATE_TODOLIST = NO
764764# list. This list is created by putting \test commands in the documentation.
765765# The default value is: YES.
766766
767- GENERATE_TESTLIST = YES
767+ GENERATE_TESTLIST = NO
768768
769769# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
770770# list. This list is created by putting \bug commands in the documentation.
@@ -801,7 +801,7 @@ MAX_INITIALIZER_LINES = 30
801801# list will mention the files that were used to generate the documentation.
802802# The default value is: YES.
803803
804- SHOW_USED_FILES = YES
804+ SHOW_USED_FILES = NO
805805
806806# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
807807# will remove the Files entry from the Quick Index and from the Folder Tree View
@@ -1463,7 +1463,7 @@ HTML_EXTRA_FILES = format/doxygen-awesome-darkmode-toggle.js \
14631463# The default value is: AUTO_LIGHT.
14641464# This tag requires that the tag GENERATE_HTML is set to YES.
14651465
1466- HTML_COLORSTYLE = LIGHT
1466+ HTML_COLORSTYLE = DARK
14671467
14681468# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
14691469# will adjust the colors in the style sheet and background images according to
@@ -2685,7 +2685,7 @@ GROUP_GRAPHS = YES
26852685# The default value is: NO.
26862686# This tag requires that the tag HAVE_DOT is set to YES.
26872687
2688- UML_LOOK = NO
2688+ UML_LOOK = YES
26892689
26902690# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
26912691# class node. If there are many fields or methods and many nodes the graph may
@@ -2763,7 +2763,7 @@ INCLUDED_BY_GRAPH = YES
27632763# The default value is: NO.
27642764# This tag requires that the tag HAVE_DOT is set to YES.
27652765
2766- CALL_GRAPH = YES
2766+ CALL_GRAPH = NO
27672767
27682768# If the CALLER_GRAPH tag is set to YES then Doxygen will generate a caller
27692769# dependency graph for every global function or class method.
@@ -2775,7 +2775,7 @@ CALL_GRAPH = YES
27752775# The default value is: NO.
27762776# This tag requires that the tag HAVE_DOT is set to YES.
27772777
2778- CALLER_GRAPH = YES
2778+ CALLER_GRAPH = NO
27792779
27802780# If the GRAPHICAL_HIERARCHY tag is set to YES then Doxygen will graphical
27812781# hierarchy of all classes instead of a textual one.
0 commit comments