From fa58c03208256790939460f8e37dd3aa5f3d07c0 Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Fri, 24 Apr 2020 14:02:26 +0200 Subject: uhd: doc: fixed nested comment warning Fixed nested comment warning by escaping /* sequence in file path. --- host/docs/rd_testing.dox | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/docs') diff --git a/host/docs/rd_testing.dox b/host/docs/rd_testing.dox index f3c18485a..58f6b6138 100644 --- a/host/docs/rd_testing.dox +++ b/host/docs/rd_testing.dox @@ -188,7 +188,7 @@ installed. The radio test bench resides in `/usrp3/lib/radio/noc_block_radio_core_tb/`. 4. Device specific test benches: - IPs specific to a device have test benches that exist in `/usrp3/top/x300/sim/*`. e.g. DMA testbench, PCIe, etc. + IPs specific to a device have test benches that exist in `/usrp3/top/x300/sim/\*`. e.g. DMA testbench, PCIe, etc. 2. Setup the environment by running `source /usrp3/top//setupenv.sh`. @@ -969,6 +969,5 @@ Test procedures may be updated at any time. If this happens, a new test code must be generated, with the version number increased. Old test codes are considered deprecated (if there exists a version 2 of a test, version 1 should not be run any more). - */ // vim:ft=doxygen: -- cgit v1.2.3