Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
This commit is contained in:
parent
5561524a8f
commit
e406140f11
32 changed files with 134 additions and 158 deletions
|
@ -158,9 +158,6 @@
|
|||
* before the class driver is used. Each Device mode Class driver typically contains a set of configuration parameters
|
||||
* for the endpoint size/number of the associated logical USB interface, plus any class-specific configuration parameters.
|
||||
*
|
||||
* \note The \c State section of the \c USB_ClassInfo_* structures are designed to be controlled by the Class Drivers only
|
||||
* for maintaining the Class Driver instance's state, and should not normally be altered by the user application.
|
||||
*
|
||||
* The following is an example of a properly initialized instance of the Audio Class Driver structure:
|
||||
*
|
||||
* \code
|
||||
|
@ -258,9 +255,6 @@
|
|||
* before the class driver is used. Each Device mode Class driver typically contains a set of configuration parameters
|
||||
* for the endpoint size/number of the associated logical USB interface, plus any class-specific configuration parameters.
|
||||
*
|
||||
* \note The \c State section of the \c USB_ClassInfo_* structures are designed to be controlled by the Class Drivers only
|
||||
* for maintaining the Class Driver instance's state, and should not normally be altered by the user application.
|
||||
*
|
||||
* The following is an example of a properly initialized instance of the MIDI Host Class Driver structure:
|
||||
*
|
||||
* \code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue