Fix broken Doxygen documentation.

This commit is contained in:
Dean Camera
2011-05-19 13:32:55 +00:00
parent 9d733d44b4
commit e349974aa9
3 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
* code using these functions should replace the previous function names with the new function names.
* - The Device mode RNDIS class driver no longer stores the incoming and outgoing packets in the class driver instance; the user is
* now expected to manually define a storage location for the packet data. Packets must now be sent and received manually via a call
* to \ref RNDIS_Device_ReadPacket() and/or \ref RNDIS_Device_WritePacket().
* to \ref RNDIS_Device_ReadPacket() and/or \ref RNDIS_Device_SendPacket().
*
* <b>Host Mode</b>
* - The Pipe stream functions now all require a \c BytesProcessed parameter instead of the previous callback parameter.