changeset 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 768acdeea362
children a430a16d2c02
files Doxyfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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