doc/manual/primer/jtag.txt: remove duplicated section name

The section name 'primerjtag' is used twice, causing doxygen to
complain:
	warning: multiple use of section label 'primerjtag',
	(first occurrence: doc/manual/primer/jtag.txt, line 107)

Rename one of them.

Change-Id: Id307915dbc51a7f647fab4fb28ab431e65344d61
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5999
Tested-by: jenkins
This commit is contained in:
Antonio Borneo 2021-01-02 17:32:26 +01:00
parent f94495154d
commit fa476daa60
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ target chips and work out what the various instruction registers/data
registers do, so you can actually do something useful. That's where it registers do, so you can actually do something useful. That's where it
gets interesting. But in and of itself, JTAG is actually very simple. gets interesting. But in and of itself, JTAG is actually very simple.
@section primerjtag More Reading @section primerjtagmore More Reading
A separate primer contains information about @subpage primerjtagbs for A separate primer contains information about @subpage primerjtagbs for
developers that want to extend OpenOCD for such purposes. developers that want to extend OpenOCD for such purposes.