# HG changeset patch # User Liam Donovan # Date 1465991860 -3600 # Node ID f92afe6018d7392ffacc47ca81d2cd99c3c5460d # Parent 5f3d7c23ffa78efc176563768cfa5a64a76a2c14 doxygen now looks inside all files in include/ core/ and examples/ diff -r 5f3d7c23ffa7 -r f92afe6018d7 Doxyfile --- a/Doxyfile Wed Jun 15 12:23:29 2016 +0100 +++ b/Doxyfile Wed Jun 15 12:57:40 2016 +0100 @@ -26,7 +26,7 @@ # identify the project. Note that if you do not use Doxywizard you need # to put quotes around the project name if it contains spaces. -PROJECT_NAME = "BeagleRT" +PROJECT_NAME = "Bela" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -648,7 +648,7 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -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/ +INPUT = include/ core/ examples/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is