doxygen: remove warnings
Change-Id: I020845a8df7b67f3b6c1a233b3ee07a5d14fa685 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/556 Tested-by: jenkins
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
***************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Definition of the commands supported by the OpenULINK firmware.
|
||||
* @file
|
||||
* Definition of the commands supported by the OpenULINK firmware.
|
||||
*
|
||||
* Basically, two types of commands can be distinguished:
|
||||
* - Commands with fixed payload size
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
#define REG_EZUSB_H
|
||||
|
||||
/**
|
||||
* @file All information in this file was taken from the EZ-USB Technical
|
||||
* @file
|
||||
* All information in this file was taken from the EZ-USB Technical
|
||||
* Reference Manual, Cypress Semiconductor, 3901 North First Street
|
||||
* San Jose, CA 95134 (www.cypress.com).
|
||||
*
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
#include "reg_ezusb.h"
|
||||
|
||||
/**
|
||||
* @file Implementation of the OpenULINK communication protocol.
|
||||
* @file
|
||||
* Implementation of the OpenULINK communication protocol.
|
||||
*
|
||||
* The OpenULINK protocol uses one OUT and one IN endpoint. These two endpoints
|
||||
* are configured to use the maximum packet size for full-speed transfers,
|
||||
@@ -75,11 +76,9 @@ void execute_set_led_command(void)
|
||||
/**
|
||||
* Executes one command and updates global command indexes.
|
||||
*
|
||||
* @param index the index of the Bulk EP2-OUT data buffer at which the
|
||||
* command ID is stored.
|
||||
* @return true if this command was the last command.
|
||||
* @return false if there are more commands within the current contents of the
|
||||
* Bulk EP2-OUT data buffer.
|
||||
* Bulk EP2-OUT data buffer.
|
||||
*/
|
||||
bool execute_command(void)
|
||||
{
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
***************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Defines USB descriptors, interrupt routines and helper functions.
|
||||
* @file
|
||||
* Defines USB descriptors, interrupt routines and helper functions.
|
||||
* To minimize code size, we make the following assumptions:
|
||||
* - The OpenULINK has exactly one configuration
|
||||
* - and exactly one alternate setting
|
||||
|
||||
Reference in New Issue
Block a user