From 2cdfde517e53ae2c7c3393a505e1f127e714fc59 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 19 Jul 2005 22:25:43 +0000 Subject: Fixes - Fixed several errors in doxygen documentation - Initializing locale in rcclocale (if setlocale return 'C') - Calling Configure before anything else in rccRecode --- docs/api/Doxyfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/api') diff --git a/docs/api/Doxyfile b/docs/api/Doxyfile index 34552b1..8f0ab9c 100644 --- a/docs/api/Doxyfile +++ b/docs/api/Doxyfile @@ -51,7 +51,7 @@ SUBGROUPING = YES #--------------------------------------------------------------------------- QUIET = NO WARNINGS = YES -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO WARN_IF_DOC_ERROR = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = @@ -59,9 +59,11 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = /root/xmms/librcc--main--0.1--patch-9/src/ \ - /root/xmms/librcc--main--0.1--patch-9/ui/ + /root/xmms/librcc--main--0.1--patch-9/ui/ \ + /root/xmms/librcc--main--0.1--patch-9/examples/ FILE_PATTERNS = librcc.h \ - librccui.h + librccui.h \ + example.c RECURSIVE = NO EXCLUDE = EXCLUDE_SYMLINKS = NO @@ -76,7 +78,7 @@ FILTER_SOURCE_FILES = NO # configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = NO -INLINE_SOURCES = NO +INLINE_SOURCES = YES STRIP_CODE_COMMENTS = YES REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES -- cgit v1.2.3