Mercurial > hg > beaglert
comparison Doxyfile @ 276:a14fe8b0f588 prerelease
Partially undoing 247a182adb6d
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 17 May 2016 16:04:35 +0100 |
parents | 247a182adb6d |
children | e4392164b458 |
comparison
equal
deleted
inserted
replaced
275:428f13c2cb49 | 276:a14fe8b0f588 |
---|---|
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/ | 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 |
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 |