summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-19 22:25:43 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-19 22:25:43 +0000
commit2cdfde517e53ae2c7c3393a505e1f127e714fc59 (patch)
tree85a0ee488bcfa68a5a773293677670c3a382bf94 /docs
parent055bdab4f515b1e93155fccbe03fac43a007aa0e (diff)
downloadlibrcc-2cdfde517e53ae2c7c3393a505e1f127e714fc59.tar.gz
librcc-2cdfde517e53ae2c7c3393a505e1f127e714fc59.tar.bz2
librcc-2cdfde517e53ae2c7c3393a505e1f127e714fc59.tar.xz
librcc-2cdfde517e53ae2c7c3393a505e1f127e714fc59.zip
Fixes
- Fixed several errors in doxygen documentation - Initializing locale in rcclocale (if setlocale return 'C') - Calling Configure before anything else in rccRecode
Diffstat (limited to 'docs')
-rw-r--r--docs/api/Doxyfile10
1 files changed, 6 insertions, 4 deletions
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