diff include/DigitalChannelManager.h @ 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 1b23300f3e78
children 838a4a4a8580
line wrap: on
line diff
--- 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){