X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.c;h=778c4e3f27a3f4c46bc0a0ff826bb8d165b3df2a;hb=44b06db78309cffc35fc1f054b0aa10a36f3451d;hp=1d8cb7566e63f329c489cc1ccbba56208db96c1c;hpb=4d26afdf5c9248be9d5973d1d6d59bc2a62e46ae;p=openocd.git diff --git a/src/jtag/interfaces.c b/src/jtag/interfaces.c index 1d8cb7566e..778c4e3f27 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