# HG changeset patch # User mwildbolz # Date 1349104740 -7200 # Node ID 072787c24bec199d70a0dcb61619a44f274ef415 # Parent 48a0ebbefa747f701bfb52d8c96de457c46f27dd Doxyfile adapted to show all basic source files, search engine included diff -r 48a0ebbefa74 -r 072787c24bec doc/doxygen/Doxyfile --- a/doc/doxygen/Doxyfile Mon Oct 01 17:09:55 2012 +0200 +++ b/doc/doxygen/Doxyfile Mon Oct 01 17:19:00 2012 +0200 @@ -546,27 +546,12 @@ INPUT = \ ../../include/unix/canfestival.h \ -../../include/can.h \ -../../include/can_driver.h \ -../../include/data.h \ -../../include/emcy.h \ -../../include/nmtMaster.h \ -../../include/nmtSlave.h \ -../../include/pdo.h \ -../../include/sdo.h \ -../../include/timers_driver.h \ -../../include/timer.h \ -../../include/states.h \ -../../include/objacces.h \ -../../src/nmtMaster.c \ +../../include/ \ +../../src/ \ ../../drivers/unix/unix.c \ ../../drivers/win32/win32.cpp \ -../../src/timer.c \ -../../src/objacces.c \ -../../src/states.c \ ../../drivers/timers_unix/timers_unix.c \ -../../src/sdo.c \ -../../src/pdo.c + #../../drivers/timers_win32/timers_win32.cpp \ # This tag can be used to specify the character encoding of the source files @@ -630,7 +615,7 @@ # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = YES +RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a @@ -1487,4 +1472,4 @@ # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. -SEARCHENGINE = NO +SEARCHENGINE = YES