diff options
author | Lars Amsel <lars.amsel@ni.com> | 2020-04-24 14:02:26 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-04 12:26:20 -0500 |
commit | fa58c03208256790939460f8e37dd3aa5f3d07c0 (patch) | |
tree | ced0aab6a4496ae6355b79cd398be15fbe284ac6 /host/docs/rd_testing.dox | |
parent | b43d22995a084b0ac164eda8ad1528ec13f86844 (diff) | |
download | uhd-fa58c03208256790939460f8e37dd3aa5f3d07c0.tar.gz uhd-fa58c03208256790939460f8e37dd3aa5f3d07c0.tar.bz2 uhd-fa58c03208256790939460f8e37dd3aa5f3d07c0.zip |
uhd: doc: fixed nested comment warning
Fixed nested comment warning by escaping /* sequence in file path.
Diffstat (limited to 'host/docs/rd_testing.dox')
-rw-r--r-- | host/docs/rd_testing.dox | 3 |
1 files changed, 1 insertions, 2 deletions
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 `<fpga-dir>/usrp3/lib/radio/noc_block_radio_core_tb/`. 4. Device specific test benches: - IPs specific to a device have test benches that exist in `<fpga-dir>/usrp3/top/x300/sim/*`. e.g. DMA testbench, PCIe, etc. + IPs specific to a device have test benches that exist in `<fpga-dir>/usrp3/top/x300/sim/\*`. e.g. DMA testbench, PCIe, etc. 2. Setup the environment by running `source <fpga-dir>/usrp3/top/<device>/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: |