Fix @file documentation blocks in new interfaces source files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2422 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
zwelch 2009-06-30 05:33:57 +00:00
parent 4d26afdf5c
commit 44b06db783
2 changed files with 7 additions and 7 deletions

View File

@ -33,12 +33,12 @@
#include "interfaces.h" #include "interfaces.h"
/** /** @file
* @file This file includes declarations for all built-in jtag interfaces, * This file includes declarations for all built-in jtag interfaces,
* which are then listed in the jtag_interfaces array. * which are then listed in the jtag_interfaces array.
* *
* Dynamic loading can be implemented be searching for shared libraries * Dynamic loading can be implemented be searching for shared libraries
* that contain a jtag_interface structure that can added to this list. * that contain a jtag_interface structure that can added to this list.
*/ */
#if BUILD_ZY1000 == 1 #if BUILD_ZY1000 == 1

View File

@ -30,8 +30,8 @@
#ifndef OPENOCD_JTAG_INTERFACES_H #ifndef OPENOCD_JTAG_INTERFACES_H
#define OPENOCD_JTAG_INTERFACES_H #define OPENOCD_JTAG_INTERFACES_H
/** /** @file
* @file Exports the list of JTAG interface drivers, along with routines * Exports the list of JTAG interface drivers, along with routines
* for loading and unloading them dynamically from shared libraries. * for loading and unloading them dynamically from shared libraries.
*/ */