Fix doxygen warning in jtag.h caused by a changed parameter name. --- jtag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fix doxygen warning in jtag.h caused by a changed parameter name. --- jtag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ====== only in patch2: unchanged: --- src/jtag/jtag.h (revision 2415) +++ src/jtag/jtag.h (working copy) @@ -437,7 +437,7 @@ * arguments. * * @param f The callback function to add. - * @param in Typically used to point to the data to operate on. + * @param data0 Typically used to point to the data to operate on. * Frequently this will be the data clocked in during a shift operation. * @param data1 An integer big enough to use as an @c int or a pointer. * @param data2 An integer big enough to use as an @c int or a pointer.
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
