Mercurial > hg > beaglert
changeset 361:1b053bc0a4b5 prerelease
Doxyfile and minor corrections to docs
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 09 Jun 2016 00:36:54 +0100 |
parents | 8e0dee85b73a |
children | 0372fb8e8309 |
files | Doxyfile include/DigitalChannelManager.h |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Doxyfile Wed Jun 08 22:19:54 2016 +0100 +++ b/Doxyfile Thu Jun 09 00:36:54 2016 +0100 @@ -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 +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 # 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
--- a/include/DigitalChannelManager.h Wed Jun 08 22:19:54 2016 +0100 +++ b/include/DigitalChannelManager.h Thu Jun 09 00:36:54 2016 +0100 @@ -75,8 +75,8 @@ * managed as message-rate inputs and invokes the * appropriate callbacks. * - * @param the array of input values - * @length the length of the array + * @param array the array of input values + * @param length the length of the array * */ void processInput(uint32_t* array, unsigned int length){ @@ -119,8 +119,8 @@ * * It also updates the channel directions. * - * @param the array of input values - * @length the length of the array + * @param array the array of input values + * @param length the length of the array * */ void processOutput(uint32_t* array, unsigned int length){