# HG changeset patch # User Giulio Moro # Date 1465429014 -3600 # Node ID 1b053bc0a4b57432dfc2564245e540740dd63ee8 # Parent 8e0dee85b73a9e0c606190a5177e28fd6500a749 Doxyfile and minor corrections to docs diff -r 8e0dee85b73a -r 1b053bc0a4b5 Doxyfile --- 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 diff -r 8e0dee85b73a -r 1b053bc0a4b5 include/DigitalChannelManager.h --- 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){