From: Antonio Borneo Date: Mon, 19 Sep 2022 08:31:30 +0000 (+0200) Subject: jtag/adapter: fix doxygen warning X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=commitdiff_plain;h=cde944fd8b9cd5eb67617aa3b68dc13eb49b1d10 jtag/adapter: fix doxygen warning Doxygen complains about: adapter.h:120: warning: Unsupported xml/html tag found Move the text in double quote to remove the warning. Change-Id: Ia4ead5caa83c84e10ee2b2359048c282892170b0 Signed-off-by: Antonio Borneo Fixes: 82fd4005427b ("jtag/adapter: Add command 'adapter gpio'") Reviewed-on: https://review.openocd.org/c/openocd/+/7202 Tested-by: jenkins --- diff --git a/src/jtag/adapter.h b/src/jtag/adapter.h index 625a0b269..682fc10ae 100644 --- a/src/jtag/adapter.h +++ b/src/jtag/adapter.h @@ -117,7 +117,7 @@ const char *adapter_get_required_serial(void); const char *adapter_gpio_get_name(enum adapter_gpio_config_index idx); /** - * Retrieves gpio configuration set with command 'adapter gpio ' + * Retrieves gpio configuration set with command "adapter gpio " */ const struct adapter_gpio_config *adapter_gpio_get_config(void);