Several minor fixes for the new doxygen manual.
[fw/openocd] / doc / manual / jtag.txt
1 /** @page jtagdocs OpenOCD JTAG APIs
2
3 For new developers unfamiliar with the technology, @ref primerjtag provides
4 a brief introduction to the IEEE JTAG interface.
5
6 The OpenOCD JTAG library API covers several functional areas:
7
8   - @subpage jtagcable
9   - @subpage jtagtap
10   - @subpage jtagmdriver
11   - @subpage jtagdriver
12
13 This section needs to be expanded.
14
15  */
16
17 /** @page jtagcable OpenOCD JTAG Cable API
18
19 This section needs to be expanded.
20
21  */
22
23 /** @page jtagtap OpenOCD JTAG TAP API
24
25 This section needs to be expanded.
26
27  */
28
29 /** @page jtagmdriver OpenOCD JTAG Interface API
30
31 This section needs to be expanded.
32
33  */
34
35 /** @page jtagdriver OpenOCD JTAG Driver API
36
37 This section needs to be expanded.
38
39  */