Skip to content

Commit bd86691

Browse files
committed
generate graphs
1 parent 080765b commit bd86691

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

Doxyfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ EXCLUDE_PATTERNS =
10781078
# wildcard * is used, a substring. Examples: ANamespace, AClass,
10791079
# ANamespace::AClass, ANamespace::*Test
10801080

1081-
EXCLUDE_SYMBOLS =
1081+
EXCLUDE_SYMBOLS = __pad*
10821082

10831083
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
10841084
# that contain example code fragments that are included (see the \include
@@ -2507,7 +2507,7 @@ HIDE_UNDOC_RELATIONS = YES
25072507
# set to NO
25082508
# The default value is: NO.
25092509

2510-
HAVE_DOT = NO
2510+
HAVE_DOT = YES
25112511

25122512
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
25132513
# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2601,7 +2601,7 @@ GROUP_GRAPHS = YES
26012601
# The default value is: NO.
26022602
# This tag requires that the tag HAVE_DOT is set to YES.
26032603

2604-
UML_LOOK = NO
2604+
UML_LOOK = YES
26052605

26062606
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
26072607
# class node. If there are many fields or methods and many nodes the graph may
@@ -2679,7 +2679,7 @@ INCLUDED_BY_GRAPH = YES
26792679
# The default value is: NO.
26802680
# This tag requires that the tag HAVE_DOT is set to YES.
26812681

2682-
CALL_GRAPH = NO
2682+
CALL_GRAPH = YES
26832683

26842684
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
26852685
# dependency graph for every global function or class method.
@@ -2691,7 +2691,7 @@ CALL_GRAPH = NO
26912691
# The default value is: NO.
26922692
# This tag requires that the tag HAVE_DOT is set to YES.
26932693

2694-
CALLER_GRAPH = NO
2694+
CALLER_GRAPH = YES
26952695

26962696
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
26972697
# hierarchy of all classes instead of a textual one.
@@ -2744,7 +2744,7 @@ DOT_IMAGE_FORMAT = png
27442744
# The default value is: NO.
27452745
# This tag requires that the tag HAVE_DOT is set to YES.
27462746

2747-
INTERACTIVE_SVG = NO
2747+
INTERACTIVE_SVG = YES
27482748

27492749
# The DOT_PATH tag can be used to specify the path where the dot tool can be
27502750
# found. If left blank, it is assumed the dot tool can be found in the path.

src/TombRaiderLinuxLauncher.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ QT_END_NAMESPACE
3737
*
3838
* @section intro
3939
*
40-
* @section getting started
41-
* @subsection step one
42-
* @subsection step two
4340
*/
4441

4542
/**

0 commit comments

Comments
 (0)