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