From 40d77a9e230b9005e79743c962b1b09350420bab Mon Sep 17 00:00:00 2001
From: Mike Leach <mike.leach@linaro.org>
Date: Tue, 10 Apr 2018 12:01:00 +0100
Subject: [PATCH 3/4] docs: Fix doxygen includes

From original patchset created-by: Wookey <wookey@wookware.org>
Signed-off-by: Mike Leach <mike.leach@linaro.org>
---
 decoder/docs/doxygen_config.dox | 10 +++++-----
 decoder/docs/test_progs.md      | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/decoder/docs/doxygen_config.dox b/decoder/docs/doxygen_config.dox
index acc6137..42bf19c 100644
--- a/decoder/docs/doxygen_config.dox
+++ b/decoder/docs/doxygen_config.dox
@@ -765,11 +765,11 @@ WARN_LOGFILE           =
 
 INPUT                  = ../include \
                          ../include/interfaces \
-                         ../include/etmv3 \
-                         ../include/etmv4 \
-                         ../include/ptm \
-                         ../include/c_api \
-                         ../include/stm \
+                         ../include/opencsd/etmv3 \
+                         ../include/opencsd/etmv4 \
+                         ../include/opencsd/ptm \
+                         ../include/opencsd/c_api \
+                         ../include/opencsd/stm \
                          ../include/mem_acc \
                          ../../README.md \
                          . \
diff --git a/decoder/docs/test_progs.md b/decoder/docs/test_progs.md
index 51cb526..c3941b1 100644
--- a/decoder/docs/test_progs.md
+++ b/decoder/docs/test_progs.md
@@ -24,7 +24,7 @@ See [build_libs.md](@ref build_lib) for build details.
 Trace "Snapshot" directory.
 ----------------------------
 
-The `.\tests\snapshots` directory contains a number of trace snapshots used for testing the library.
+The `./tests/snapshots` directory contains a number of trace snapshots used for testing the library.
 Trace snapshots are dumps of captured binary trace data, CoreSight component configurations and memory 
 dumps to allow trace decode.
 
@@ -76,7 +76,7 @@ Example command lines with short output excerpts.
 *TC2, ETMv3 packet processor output, raw packet output.*
 
 Command line:-
-`trc_pkt_lister -ss_dir ..\..\..\snapshots\TC2 -o_raw_unpacked`
+`trc_pkt_lister -ss_dir ../../snapshots/TC2 -o_raw_unpacked`
 
 ~~~~~~~~~~~~~~~~
 Frame Data; Index  17958; ID_DATA[0x11]; 16 04 c0 86 42 97 e1 c4 
@@ -105,13 +105,13 @@ Idx:17989; ID:10;	P_HDR : Atom P-header.; WEE; Cycles=1
 *Juno - ETB_1 selected for STM packet output, raw packet output*
 
 Command line:-
-`trc_pkt_lister -ss_dir ..\..\..\snapshots\juno_r1_1 -o_raw_unpacked -src_name ETB_1`
+`trc_pkt_lister -ss_dir ../../snapshots/juno_r1_1 -o_raw_unpacked -src_name ETB_1`
 
 ~~~~~~~~~~~~~~~~
 Trace Packet Lister: CS Decode library testing
 -----------------------------------------------
 
-Trace Packet Lister : reading snapshot from path ..\..\..\snapshots\juno_r1_1
+Trace Packet Lister : reading snapshot from path ../../snapshots/juno_r1_1
 Using ETB_1 as trace source
 Trace Packet Lister : STM Protocol on Trace ID 0x20
 Frame Data; Index      0; ID_DATA[0x20]; ff ff ff ff ff ff ff ff ff ff 0f 0f 30 41 
@@ -137,7 +137,7 @@ Idx:61; ID:20;	VERSION:Version packet.; Ver=3
 *Juno - ETMv4 full trace decode + packet monitor, source trace ID 0x10 only.*
 
 Command line:-
-`trc_pkt_lister -ss_dir ..\..\..\snapshots\juno_r1_1 -decode -id 0x10`
+`trc_pkt_lister -ss_dir ../../snapshots/juno_r1_1 -decode -id 0x10`
 
 ~~~~~~~~~~~~~~~~
 Idx:17230; ID:10; RCTDL_GEN_TRC_ELEM_TRACE_ON()
-- 
2.14.2

