More Doxygen fixes - ensure no undocumented function parameters.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 15 Jun 2009 08:36:12 +0000 (08:36 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 15 Jun 2009 08:36:12 +0000 (08:36 +0000)
54 files changed:
Bootloaders/CDC/Doxygen.conf
Bootloaders/DFU/Doxygen.conf
Bootloaders/TeensyHID/Doxygen.conf
Demos/Device/ClassDriver/AudioInput/Doxygen.conf
Demos/Device/ClassDriver/AudioOutput/Doxygen.conf
Demos/Device/ClassDriver/CDC/Doxygen.conf
Demos/Device/ClassDriver/DualCDC/Doxygen.conf
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
Demos/Device/ClassDriver/Joystick/Doxygen.conf
Demos/Device/ClassDriver/Keyboard/Doxygen.conf
Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Demos/Device/ClassDriver/MIDI/Doxygen.conf
Demos/Device/ClassDriver/MassStorage/Doxygen.conf
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
Demos/Device/ClassDriver/Mouse/Doxygen.conf
Demos/Device/ClassDriver/RNDISEthernet/Doxygen.conf
Demos/Device/ClassDriver/USBtoSerial/Doxygen.conf
Demos/Device/LowLevel/AudioInput/Doxygen.conf
Demos/Device/LowLevel/AudioOutput/Doxygen.conf
Demos/Device/LowLevel/CDC/Doxygen.conf
Demos/Device/LowLevel/DualCDC/Doxygen.conf
Demos/Device/LowLevel/GenericHID/Doxygen.conf
Demos/Device/LowLevel/Joystick/Doxygen.conf
Demos/Device/LowLevel/Keyboard/Doxygen.conf
Demos/Device/LowLevel/KeyboardMouse/Doxygen.conf
Demos/Device/LowLevel/MIDI/Doxygen.conf
Demos/Device/LowLevel/MassStorage/Doxygen.conf
Demos/Device/LowLevel/Mouse/Doxygen.conf
Demos/Device/LowLevel/RNDISEthernet/Doxygen.conf
Demos/Device/LowLevel/USBtoSerial/Doxygen.conf
Demos/Host/ClassDriver/CDCHost/Doxygen.conf
Demos/Host/ClassDriver/GenericHIDHost/Doxygen.conf
Demos/Host/ClassDriver/KeyboardHost/Doxygen.conf
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/MassStorageHost/Doxygen.conf
Demos/Host/ClassDriver/MouseHost/Doxygen.conf
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf
Demos/Host/ClassDriver/StillImageHost/Doxygen.conf
Demos/Host/LowLevel/CDCHost/Doxygen.conf
Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
Demos/Host/LowLevel/MouseHost/Doxygen.conf
Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
Demos/Host/LowLevel/StillImageHost/Doxygen.conf
Demos/OTG/TestApp/Doxygen.conf
LUFA/Doxygen.conf
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/Drivers/USB/Class/Host/StillImage.h
Projects/Magstripe/Doxygen.conf
Projects/Magstripe/Magstripe.c

index 5ba226d..d005865 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index f78e5fd..6a758f9 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 0df2320..6353d8d 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index f84efb7..84e91fc 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 114137e..b9d4746 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 3493347..40b3964 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 7b3b741..ebe3637 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index dea5d4f..a1702c3 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 2af5ce6..c164567 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 79a300a..d30abd5 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 1291685..617aa9b 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 1d94f1b..30e90f4 100644 (file)
@@ -213,6 +213,7 @@ uint16_t CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_t* HIDInterfaceIn
 /** HID class driver callback function for the processing of HID reports from the host.\r
  *\r
  *  \param HIDInterfaceInfo  Pointer to the HID class interface configuration structure being referenced\r
+ *  \param ReportID  Report ID of the received report from the host\r
  *  \param ReportData  Pointer to a buffer where the created report has been stored\r
  *  \param ReportSize  Size in bytes of the received HID report\r
  */\r
index 7d36de8..7e86bb9 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index a7b9001..854f9af 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 87edef1..4ec52c3 100644 (file)
@@ -43,6 +43,7 @@
  *  the pre-selected data OUT endpoint. This routine reads in OS sized blocks from the endpoint and writes\r
  *  them to the dataflash in Dataflash page sized blocks.\r
  *\r
+ *  \param MSInterfaceInfo  Pointer to a Mass Storage class state structure for the Mass Storage interface being used\r
  *  \param BlockAddress  Data block starting address for the write sequence\r
  *  \param TotalBlocks   Number of blocks of data to write\r
  */\r
@@ -168,6 +169,7 @@ void DataflashManager_WriteBlocks(USB_ClassInfo_MS_t* MSInterfaceInfo, const uin
  *  the pre-selected data IN endpoint. This routine reads in Dataflash page sized blocks from the Dataflash\r
  *  and writes them in OS sized blocks to the endpoint.\r
  *\r
+ *  \param MSInterfaceInfo  Pointer to a Mass Storage class state structure for the Mass Storage interface being used\r
  *  \param BlockAddress  Data block starting address for the read sequence\r
  *  \param TotalBlocks   Number of blocks of data to read\r
  */\r
index 62c4db1..ee8986f 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 9d7973b..0e2dfc2 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 1eb8c54..56129a1 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index f84efb7..84e91fc 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 114137e..b9d4746 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 3493347..40b3964 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 7b3b741..ebe3637 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index dea5d4f..a1702c3 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 2af5ce6..c164567 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 79a300a..d30abd5 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 1291685..617aa9b 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 7d36de8..7e86bb9 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index a7b9001..854f9af 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 62c4db1..ee8986f 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 9d7973b..0e2dfc2 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 1eb8c54..56129a1 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 320951a..b290c01 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 0626a8a..f5c1a11 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 3bdbc95..4ad612e 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 6c6db18..cd4379f 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index b154575..16a065f 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 5194af3..01b211a 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index f3f45e3..97d38f5 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index d3a494a..b35dfa7 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 320951a..b290c01 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 0626a8a..f5c1a11 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 3bdbc95..4ad612e 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 6c6db18..cd4379f 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index b154575..16a065f 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 5194af3..01b211a 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index f3f45e3..97d38f5 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index d3a494a..b35dfa7 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 80e1b7e..1f096bd 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 3b94c4b..4400313 100644 (file)
@@ -592,7 +592,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 292411b..3bc814d 100644 (file)
                #endif\r
 \r
        /* Public Interface - May be used in end-application: */\r
+               /* Type Defines: */\r
+                       typedef struct\r
+                       {\r
+                               bool     IsActive; /**< Indicates if this class driver is currently attached to the device */\r
+                       \r
+                               uint8_t  ControlInterfaceNumber; /**< Interface number of the CDC control interface within the device */\r
+\r
+                               uint8_t  DataINPipeNumber; /**< Pipe number of the CDC interface's IN data pipe */\r
+                               uint16_t DataINPipeSize; /**< Size in bytes of the CDC interface's IN data pipe */\r
+\r
+                               uint8_t  DataOUTPipeNumber; /**< Pipe number of the CDC interface's OUT data pipe */\r
+                               uint16_t DataOUTPipeSize;  /**< Size in bytes of the CDC interface's OUT data pipe */\r
+\r
+                               uint8_t  NotificationEndpointNumber; /**< Pipe number of the CDC interface's IN notification endpoint, if used */\r
+                               uint16_t NotificationEndpointSize;  /**< Size in bytes of the CDC interface's IN notification endpoint, if used */\r
+\r
+                               uint8_t  ControlLineState; /**< Current control line states */\r
+\r
+                               struct\r
+                               {\r
+                                       uint32_t BaudRateBPS; /**< Baud rate of the virtual serial port, in bits per second */\r
+                                       uint8_t  CharFormat; /**< Character format of the virtual serial port, a value from the\r
+                                                                                 *   CDCDevice_CDC_LineCodingFormats_t enum\r
+                                                                                 */\r
+                                       uint8_t  ParityType; /**< Parity setting of the virtual serial port, a value from the\r
+                                                                                 *   CDCDevice_LineCodingParity_t enum\r
+                                                                                 */\r
+                                       uint8_t  DataBits; /**< Bits of data per character of the virtual serial port */\r
+                               } LineEncoding;\r
+                       } USB_ClassInfo_CDC_Host_t;\r
+       \r
                /* Function Prototypes: */\r
                        void CDC_Host_Task(void);\r
 \r
index e87a914..edb494c 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
-/** \ingroup Group_USBClassMassStorage\r
+/** \ingroup Group_USBClassMS\r
  *  @defgroup Group_USBClassMassStorageHost Mass Storage Class Host Mode Driver\r
  *\r
  *  \section Module Description\r
index c83ad5b..000b553 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
-/** \ingroup Group_USBClassStillImage\r
+/** \ingroup Group_USBClassSI\r
  *  @defgroup Group_USBClassStillImageHost Still Image Class Host Mode Driver\r
  *\r
  *  \section Module Description\r
index 4d0abf9..f5bfcf4 100644 (file)
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
index 716b995..4e26d9b 100644 (file)
@@ -153,6 +153,7 @@ ISR(TIMER0_COMPA_vect, ISR_BLOCK)
 /** HID Class driver callback function for the creation of a HID report for the host.\r
  *\r
  *  \param HIDInterfaceInfo  Pointer to the HID interface structure for the HID interface being referenced\r
+ *  \param ReportID  Report ID requested by the host if non-zero, otherwise callback should set to the generated report ID\r
  *  \param ReportData  Pointer to the preallocated report buffer where the created report should be stored\r
  *\r
  *  \return Number of bytes in the created report\r
@@ -201,6 +202,7 @@ uint16_t CALLBACK_USB_HID_CreateNextHIDReport(USB_ClassInfo_HID_Device_t* HIDInt
 /** HID Class driver callback function for the processing of a received HID report from the host.\r
  *\r
  *  \param HIDInterfaceInfo  Pointer to the HID interface structure for the HID interface being referenced\r
+ *  \param ReportID  Report ID of the received report from the host\r
  *  \param ReportData  Pointer to the report buffer where the received report is stored\r
  *  \param ReportSize  Size in bytes of the report received from the host\r
  */\r