Fix @file documentation blocks in new interfaces source files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2422 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -33,12 +33,12 @@
|
||||
|
||||
#include "interfaces.h"
|
||||
|
||||
/**
|
||||
* @file This file includes declarations for all built-in jtag interfaces,
|
||||
* which are then listed in the jtag_interfaces array.
|
||||
/** @file
|
||||
* This file includes declarations for all built-in jtag interfaces,
|
||||
* which are then listed in the jtag_interfaces array.
|
||||
*
|
||||
* Dynamic loading can be implemented be searching for shared libraries
|
||||
* that contain a jtag_interface structure that can added to this list.
|
||||
* Dynamic loading can be implemented be searching for shared libraries
|
||||
* that contain a jtag_interface structure that can added to this list.
|
||||
*/
|
||||
|
||||
#if BUILD_ZY1000 == 1
|
||||
|
||||
Reference in New Issue
Block a user