diff options
Diffstat (limited to 'docs/api/Doxyfile')
| -rw-r--r-- | docs/api/Doxyfile | 6 | 
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 | 
