Mercurial > hg > beaglert
comparison Doxyfile @ 376:9d2ed561aac5 prerelease
Updated Doxyfile with the new examples path
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 10 Jun 2016 00:56:49 +0100 |
parents | 1b053bc0a4b5 |
children | 59fbea44696a |
comparison
equal
deleted
inserted
replaced
375:768acdeea362 | 376:9d2ed561aac5 |
---|---|
24 | 24 |
25 # The PROJECT_NAME tag is a single word (or sequence of words) that should | 25 # The PROJECT_NAME tag is a single word (or sequence of words) that should |
26 # identify the project. Note that if you do not use Doxywizard you need | 26 # identify the project. Note that if you do not use Doxywizard you need |
27 # to put quotes around the project name if it contains spaces. | 27 # to put quotes around the project name if it contains spaces. |
28 | 28 |
29 PROJECT_NAME = "Bela" | 29 PROJECT_NAME = "BeagleRT" |
30 | 30 |
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number. | 31 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
32 # This could be handy for archiving the generated documentation or | 32 # This could be handy for archiving the generated documentation or |
33 # if some version control system is used. | 33 # if some version control system is used. |
34 | 34 |
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/Bela.h include/Utilities.h include/digital_gpio_mapping.h include/PulseIn.h include/Scope.h include/Midi.h include/UdpClient.h include/WriteFile.h include/DigitalChannelManager.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 examples/ |
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 |