aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/mainpage.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2020-02-04 14:37:19 -0800
committeratrnati <54334261+atrnati@users.noreply.github.com>2020-02-06 08:45:27 -0600
commit6f96639d25e3c6103048aa9809420e897970def0 (patch)
tree2dfe21a3b9cad76631008ab0703e0854b9c67e92 /host/docs/mainpage.dox
parent401fcd11be0cab028a619c9bc4a75fe6aa856369 (diff)
downloaduhd-6f96639d25e3c6103048aa9809420e897970def0.tar.gz
uhd-6f96639d25e3c6103048aa9809420e897970def0.tar.bz2
uhd-6f96639d25e3c6103048aa9809420e897970def0.zip
cmake/doxygen: Fix FPGA manual post-FPGA-merge
While merging the FPGA code into the UHD codebase, the manual building process was not modified, resulting in either a link to the website instead of building the FPGA manual as part of the rest, or by using a residual submodule.
Diffstat (limited to 'host/docs/mainpage.dox')
-rw-r--r--host/docs/mainpage.dox27
1 files changed, 27 insertions, 0 deletions
diff --git a/host/docs/mainpage.dox b/host/docs/mainpage.dox
new file mode 100644
index 000000000..ac2377cde
--- /dev/null
+++ b/host/docs/mainpage.dox
@@ -0,0 +1,27 @@
+/*! \mainpage Table Of Contents
+
+Welcome to the USRP Hardware Driver (UHD) manual. Here, you will find information on how to use the devices and how to use the API to connect to them through your own software.
+
+This manual is split into two parts: The device manual, and the UHD/API manual. The first part describes details of our devices, mainboards and daughterboards, as well as aspects of _using_ UHD.
+
+The second is meant for developers writing UHD-based applications, and includes descriptions of the API, sorted by namespaces, classes and files.
+
+Follow these links to get to the section of the manual you wish to consult, or use the browser in the left sidebar. A search bar is also available at the top right, but note that this only works on API components. For information on how to build and install UHD, go to the UHD web site (see below).
+
+## Manual Parts
+
+\li \subpage page_devices "Part I: Devices & Usage Manual"
+\li \subpage page_uhd "Part II: UHD Development Manual"
+\li \subpage md_fpga "Part III: FPGA Manual"
+
+### Further Information
+
+\li <a href="http://www.ettus.com/">Ettus Research Website</a>
+
+### Installing and/or Building UHD
+
+\li \subpage page_install
+\li \subpage page_build_guide
+
+*/
+// vim:ft=doxygen: