summaryrefslogtreecommitdiffstats
path: root/docs/api/Doxyfile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2007-05-09 14:37:44 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2007-05-09 14:37:44 +0000
commitc72478ce90d83e355ad7782991d20cbbd2664fd3 (patch)
treeda172589b72c9d2c5b1d2311d50b7a60d55585b5 /docs/api/Doxyfile
parent8ca43646a6c87d00d5b2cb74cebf65a8d0ea5e8e (diff)
downloadlibrcc-c72478ce90d83e355ad7782991d20cbbd2664fd3.tar.gz
librcc-c72478ce90d83e355ad7782991d20cbbd2664fd3.tar.bz2
librcc-c72478ce90d83e355ad7782991d20cbbd2664fd3.tar.xz
librcc-c72478ce90d83e355ad7782991d20cbbd2664fd3.zip
FreeBSD fixes
- Autoconf: try to locate libraries in /usr/local - Autoconf: Help FreeBSD to locate BerkeleyDB - Autoconf: Search for dlopen in libc library - Autoconf: Support of --disable-bdb option is added to configure script - Fixed compilation with missing dlopen functionality - Suppress various warnings
Diffstat (limited to 'docs/api/Doxyfile')
-rw-r--r--docs/api/Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/api/Doxyfile b/docs/api/Doxyfile
index fb65002..99942b8 100644
--- a/docs/api/Doxyfile
+++ b/docs/api/Doxyfile
@@ -60,12 +60,14 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
INPUT = ../../src/ \
../../ui/ \
- ../../examples/
+ ../../examples/ \
+ ./
FILE_PATTERNS = librcc.h \
librccui.h \
example1.c \
example2.c \
- rcc-gtk-config.c
+ rcc-gtk-config.c \
+ rcc-recode.c
RECURSIVE = NO
EXCLUDE =
EXCLUDE_SYMLINKS = NO