From 86fa4e31b63952c76fb0190aff3cf23d6a4a8f53 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (laptop)" <j.wuttke@fz-juelich.de>
Date: Wed, 20 Mar 2013 00:16:48 +0100
Subject: [PATCH] REFERENCED_BY_RELATION and REFERENCES_RELATION switched on

---
 pub/core/Doxyfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pub/core/Doxyfile b/pub/core/Doxyfile
index abc6c8b6794..f644c261114 100644
--- a/pub/core/Doxyfile
+++ b/pub/core/Doxyfile
@@ -802,13 +802,13 @@ STRIP_CODE_COMMENTS    = NO
 # then for each documented function all documented
 # functions referencing it will be listed.
 
-REFERENCED_BY_RELATION = NO
+REFERENCED_BY_RELATION = YES
 
 # If the REFERENCES_RELATION tag is set to YES
 # then for each documented function all documented entities
 # called/used by that function will be listed.
 
-REFERENCES_RELATION    = NO
+REFERENCES_RELATION    = YES
 
 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
-- 
GitLab