comparison Doxyfile @ 269:ac8eb07afcf5

Oxygen text added to each render.cpp file for the default projects. Text includes project explanation from Wiki, edited in places. Empty project added as a default project. Doxyfile updated. Each of the project locations added to INPUT configuration option. Consider just watching the whole project file so all new projects are automatically pulled through.
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 15:40:16 +0100
parents 35fc8bfc240b
children 7bfb25a2e158
comparison
equal deleted inserted replaced
252:381f352c44eb 269:ac8eb07afcf5
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 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
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.