summaryrefslogtreecommitdiff
path: root/src/jtag/interfaces.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-30 05:33:57 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-30 05:33:57 +0000
commit44b06db78309cffc35fc1f054b0aa10a36f3451d (patch)
tree4bc1798044151563b39b7b41679ef5cd49718be1 /src/jtag/interfaces.c
parent4d26afdf5c9248be9d5973d1d6d59bc2a62e46ae (diff)
downloadopenocd+libswd-44b06db78309cffc35fc1f054b0aa10a36f3451d.tar.gz
openocd+libswd-44b06db78309cffc35fc1f054b0aa10a36f3451d.tar.bz2
openocd+libswd-44b06db78309cffc35fc1f054b0aa10a36f3451d.tar.xz
openocd+libswd-44b06db78309cffc35fc1f054b0aa10a36f3451d.zip
Fix @file documentation blocks in new interfaces source files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2422 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/interfaces.c')
-rw-r--r--src/jtag/interfaces.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/jtag/interfaces.c b/src/jtag/interfaces.c
index 1d8cb756..778c4e3f 100644
--- a/src/jtag/interfaces.c
+++ b/src/jtag/interfaces.c
@@ -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