From 035a8ec2049965826d0336ff1a191ab3277e8153 Mon Sep 17 00:00:00 2001 From: Hyunjun Kim Date: Tue, 9 Apr 2024 16:10:07 +0900 Subject: [PATCH] Disable template relations in Doxyfile --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index fdb697c..df2ff5b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2575,7 +2575,7 @@ DOT_WRAP_THRESHOLD = 40 # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -TEMPLATE_RELATIONS = YES +TEMPLATE_RELATIONS = NO # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to # YES then doxygen will generate a graph for each documented file showing the