# HG changeset patch # User Giulio Moro # Date 1465516609 -3600 # Node ID 9d2ed561aac558627b68227c766e46caed0b932b # Parent 768acdeea362167765f0b6d77fd4719c06c53575 Updated Doxyfile with the new examples path diff -r 768acdeea362 -r 9d2ed561aac5 Doxyfile --- a/Doxyfile Fri Jun 10 00:35:18 2016 +0100 +++ b/Doxyfile Fri Jun 10 00:56:49 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 = "Bela" +PROJECT_NAME = "BeagleRT" # 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/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 +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/ # 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