diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-08 23:43:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-08 23:43:34 +0000 |
commit | 7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (patch) | |
tree | da25097524c88823437d3512d9dc7338be7e94d8 | |
parent | 9145f8b386798c7807e60e3e30b78a08d6e6c41d (diff) | |
download | ffmpeg-7b3da20487f1cc5df5c48e1e5f782c08f241d6b9.tar.gz |
looks better IMHO
Originally committed as revision 1654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Doxyfile b/libavcodec/Doxyfile index 72740d836d..5b8c9b72b3 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 |