summaryrefslogtreecommitdiff
path: root/src/jtag/interfaces.h
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.h
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.h')
-rw-r--r--src/jtag/interfaces.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h
index a6d94405..a32d3f91 100644
--- a/src/jtag/interfaces.h
+++ b/src/jtag/interfaces.h
@@ -30,8 +30,8 @@
#ifndef OPENOCD_JTAG_INTERFACES_H
#define OPENOCD_JTAG_INTERFACES_H
-/**
- * @file Exports the list of JTAG interface drivers, along with routines
+/** @file
+ * Exports the list of JTAG interface drivers, along with routines
* for loading and unloading them dynamically from shared libraries.
*/