From 53de35a0407e658dcc80ab6adc73a1c516b37edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 23 Jan 2013 16:27:30 +0100 Subject: [PATCH] globally set doxygen flag HIDE_UNDOC_RELATIONS to YES This avoid to have empty pages about template parameter a class inherits from. --- Documentation/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile index 235eb73685c..8c792faba14 100644 --- a/Documentation/Doxyfile +++ b/Documentation/Doxyfile @@ -1639,7 +1639,7 @@ MSCGEN_PATH = # inheritance and usage relations if the target is undocumented # or is not a class. -HIDE_UNDOC_RELATIONS = NO +HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization