comparison Doxyfile @ 48:42a683058b6a newapi

Documentation updates, and move some defines from BeagleRT.h into specific projects where they are used
author andrewm
date Thu, 28 May 2015 17:23:33 -0400
parents 643cbee74eda
children 74a44c3d91f0
comparison
equal deleted inserted replaced
47:643cbee74eda 48:42a683058b6a
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 = 651 INPUT = include/BeagleRT.h
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