544 # directories like "/usr/src/myproject". Separate the files or directories |
544 # directories like "/usr/src/myproject". Separate the files or directories |
545 # with spaces. |
545 # with spaces. |
546 |
546 |
547 INPUT = \ |
547 INPUT = \ |
548 ../../include/unix/canfestival.h \ |
548 ../../include/unix/canfestival.h \ |
549 ../../include/can.h \ |
549 ../../include/ \ |
550 ../../include/can_driver.h \ |
550 ../../src/ \ |
551 ../../include/data.h \ |
|
552 ../../include/emcy.h \ |
|
553 ../../include/nmtMaster.h \ |
|
554 ../../include/nmtSlave.h \ |
|
555 ../../include/pdo.h \ |
|
556 ../../include/sdo.h \ |
|
557 ../../include/timers_driver.h \ |
|
558 ../../include/timer.h \ |
|
559 ../../include/states.h \ |
|
560 ../../include/objacces.h \ |
|
561 ../../src/nmtMaster.c \ |
|
562 ../../drivers/unix/unix.c \ |
551 ../../drivers/unix/unix.c \ |
563 ../../drivers/win32/win32.cpp \ |
552 ../../drivers/win32/win32.cpp \ |
564 ../../src/timer.c \ |
|
565 ../../src/objacces.c \ |
|
566 ../../src/states.c \ |
|
567 ../../drivers/timers_unix/timers_unix.c \ |
553 ../../drivers/timers_unix/timers_unix.c \ |
568 ../../src/sdo.c \ |
554 |
569 ../../src/pdo.c |
|
570 |
555 |
571 #../../drivers/timers_win32/timers_win32.cpp \ |
556 #../../drivers/timers_win32/timers_win32.cpp \ |
572 # This tag can be used to specify the character encoding of the source files |
557 # This tag can be used to specify the character encoding of the source files |
573 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
558 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
574 # also the default input encoding. Doxygen uses libiconv (or the iconv built |
559 # also the default input encoding. Doxygen uses libiconv (or the iconv built |
628 |
613 |
629 # The RECURSIVE tag can be used to turn specify whether or not subdirectories |
614 # The RECURSIVE tag can be used to turn specify whether or not subdirectories |
630 # should be searched for input files as well. Possible values are YES and NO. |
615 # should be searched for input files as well. Possible values are YES and NO. |
631 # If left blank NO is used. |
616 # If left blank NO is used. |
632 |
617 |
633 RECURSIVE = YES |
618 RECURSIVE = NO |
634 |
619 |
635 # The EXCLUDE tag can be used to specify files and/or directories that should |
620 # The EXCLUDE tag can be used to specify files and/or directories that should |
636 # excluded from the INPUT source files. This way you can easily exclude a |
621 # excluded from the INPUT source files. This way you can easily exclude a |
637 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
622 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
638 |
623 |