comparison Doxyfile @ 284:7bfb25a2e158 Doxy prerelease

Merge
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 15:53:24 +0100
parents ac8eb07afcf5 247a182adb6d
children
comparison
equal deleted inserted replaced
269:ac8eb07afcf5 284:7bfb25a2e158
646 # The INPUT tag can be used to specify the files and/or directories that contain 646 # The INPUT tag can be used to specify the files and/or directories that contain
647 # documented source files. You may enter file names like "myfile.cpp" or 647 # documented source files. You may enter file names like "myfile.cpp" or
648 # directories like "/usr/src/myproject". Separate the files or directories 648 # directories like "/usr/src/myproject". Separate the files or directories
649 # with spaces. 649 # with spaces.
650 650
651 INPUT = include/BeagleRT.h include/Utilities.h include/digital_gpio_mapping.h include/PulseIn.h include/Scope.h include/Midi.h include/UdpClient.h include/WriteFile.h projects/basic/render.cpp projects/basic_analog_input/render.cpp projects/basic_passthru/render.cpp projects/basic_blink/render.cpp projects/basic_button/render.cpp projects/basic_analog_output/render.cpp projects/samples/render.cpp projects/audio_in_FFT/render.cpp projects/basic_FFT_phase_vocoder/render.cpp projects/oscillator_bank/render.cpp projects/empty_project/render.cpp projects/analogDigitalDemo/render.cpp projects/basic_network/render.cpp 651 INPUT = include/BeagleRT.h include/Utilities.h include/digital_gpio_mapping.h include/PulseIn.h include/Scope.h include/Midi.h include/UdpClient.h include/WriteFile.h projects/
652 652
653 # This tag can be used to specify the character encoding of the source files 653 # This tag can be used to specify the character encoding of the source files
654 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 654 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
655 # also the default input encoding. Doxygen uses libiconv (or the iconv built 655 # also the default input encoding. Doxygen uses libiconv (or the iconv built
656 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 656 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
713 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 713 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
714 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 714 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
715 # and *.h) to filter out the source-files in the directories. If left 715 # and *.h) to filter out the source-files in the directories. If left
716 # blank all files are included. 716 # blank all files are included.
717 717
718 EXAMPLE_PATTERNS = 718 EXAMPLE_PATTERNS =
719 719
720 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 720 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
721 # searched for input files to be used with the \include or \dontinclude 721 # searched for input files to be used with the \include or \dontinclude
722 # commands irrespective of the value of the RECURSIVE tag. 722 # commands irrespective of the value of the RECURSIVE tag.
723 # Possible values are YES and NO. If left blank NO is used. 723 # Possible values are YES and NO. If left blank NO is used.