From 7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sat, 8 Mar 2003 23:43:34 +0000
Subject: [PATCH] looks better IMHO

Originally committed as revision 1654 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Doxyfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/Doxyfile b/libavcodec/Doxyfile
index 72740d836db..5b8c9b72b35 100644
--- a/libavcodec/Doxyfile
+++ b/libavcodec/Doxyfile
@@ -48,7 +48,7 @@ OUTPUT_LANGUAGE        = English
 # Private class members and static file members will be hidden unless 
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
-EXTRACT_ALL            = NO
+EXTRACT_ALL            = YES
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
@@ -443,7 +443,7 @@ REFERENCED_BY_RELATION = YES
 # then for each documented function all documented entities 
 # called/used by that function will be listed.
 
-REFERENCES_RELATION    = YES
+REFERENCES_RELATION    = NO
 
 #---------------------------------------------------------------------------
 # configuration options related to the alphabetical class index
-- 
GitLab