diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2013-06-21 11:04:53 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-07-01 08:50:31 +0000 |
commit | 00d6925b41690df17f81ab3da2f37829d7095e19 (patch) | |
tree | 2d819210ddcc1a5f3c7ceb09f3e1600cbd72419f | |
parent | 9188a9bc680702a10ed5ccd4a748829816fe172d (diff) |
doxygen: use inline jtag state maching image
The currently used image is 404 so use an inline image instead.
Change-Id: I56a0d187fd06dc2c5c370e6532d89815ccec63d6
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1451
Tested-by: jenkins
-rw-r--r-- | Doxyfile.in | 2 | ||||
-rw-r--r-- | doc/manual/images/jtag-state-machine-large.png | bin | 0 -> 11416 bytes | |||
-rw-r--r-- | doc/manual/primer/jtag.txt | 3 |
3 files changed, 2 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 8632ee75..13b0c24f 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -648,7 +648,7 @@ EXAMPLE_RECURSIVE = NO # directories that contain image that are included in the documentation (see # the \image command). -IMAGE_PATH = +IMAGE_PATH = @srcdir@/doc/manual/images # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/doc/manual/images/jtag-state-machine-large.png b/doc/manual/images/jtag-state-machine-large.png Binary files differnew file mode 100644 index 00000000..c91fcf4b --- /dev/null +++ b/doc/manual/images/jtag-state-machine-large.png diff --git a/doc/manual/primer/jtag.txt b/doc/manual/primer/jtag.txt index 997f53bf..41eef723 100644 --- a/doc/manual/primer/jtag.txt +++ b/doc/manual/primer/jtag.txt @@ -14,8 +14,7 @@ just a logical interface that allows a uniform channel for communication. See @par http://en.wikipedia.org/wiki/Joint_Test_Action_Group -and @par - http://www.inaccessnetworks.com/projects/ianjtag/jtag-intro/jtag-state-machine-large.png +@image html jtag-state-machine-large.png The first page (among other things) shows a logical representation describing how multiple devices are wired up using JTAG. JTAG does not |