Mercurial > hg > beaglert
comparison Doxyfile @ 408:f92afe6018d7 prerelease
doxygen now looks inside all files in include/ core/ and examples/
author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
---|---|
date | Wed, 15 Jun 2016 12:57:40 +0100 |
parents | 5f3d7c23ffa7 |
children | 287bcb07de9a |
comparison
equal
deleted
inserted
replaced
407:5f3d7c23ffa7 | 408:f92afe6018d7 |
---|---|
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 = "BeagleRT" | 29 PROJECT_NAME = "Bela" |
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/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/ | 651 INPUT = include/ core/ 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 |