From 1a2fe206caaaca19b4fd552202f303a7a7f8f994 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Sat, 26 Jul 2014 11:53:03 +1200 Subject: [PATCH] Turned off HIDE_UNDOC_RELATIONS in Doxygen --- src/Doc/BuildDevDoc.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Doc/BuildDevDoc.cfg.in b/src/Doc/BuildDevDoc.cfg.in index 1c0878ea4..5cbb633d1 100644 --- a/src/Doc/BuildDevDoc.cfg.in +++ b/src/Doc/BuildDevDoc.cfg.in @@ -1559,7 +1559,7 @@ MSCGEN_PATH = # inheritance and usage relations if the target is undocumented # or is not a class. -HIDE_UNDOC_RELATIONS = YES +HIDE_UNDOC_RELATIONS = NO # 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