Fix @file documentation blocks in new interfaces source files.
---
 interfaces.c |   10 +++++-----
 interfaces.h |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
Fix @file documentation blocks in new interfaces source files.
---
 interfaces.c |   10 +++++-----
 interfaces.h |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
======
only in patch2:
unchanged:
--- src/jtag/interfaces.c	(revision 2413)
+++ src/jtag/interfaces.c	(working copy)
@@ -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
only in patch2:
unchanged:
--- src/jtag/interfaces.h	(revision 2413)
+++ src/jtag/interfaces.h	(working copy)
@@ -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.
  */
 
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to