]> git.sur5r.net Git - openocd/commitdiff
Fix @file documentation blocks in new interfaces source files.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 05:33:57 +0000 (05:33 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 05:33:57 +0000 (05:33 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2422 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/interfaces.c
src/jtag/interfaces.h

index 1d8cb7566e63f329c489cc1ccbba56208db96c1c..778c4e3f27a3f4c46bc0a0ff826bb8d165b3df2a 100644 (file)
 
 #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
index a6d94405994b59818eea89a8741b2a167c72dfd6..a32d3f918223ccb81a90a5170a2178004c27bccf 100644 (file)
@@ -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.
  */