diff options
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/CMakeLists.txt | 5 | ||||
-rw-r--r-- | host/docs/block_desc_files.dox | 16 | ||||
-rw-r--r-- | host/docs/mainpage.dox.in | 1 | ||||
-rw-r--r-- | host/docs/rfnoc.dox | 6 |
4 files changed, 1 insertions, 27 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt index 8df7c1069..08e4a6766 100644 --- a/host/docs/CMakeLists.txt +++ b/host/docs/CMakeLists.txt @@ -37,9 +37,6 @@ if(ENABLE_MANUAL) set(DOXYGEN_FPGA_MANUAL_REFERENCE "<a href=\"http://files.ettus.com/manual/md_fpga.html\">Part III: FPGA Manual</a>") set(DOXYGEN_STRIP_EXTRA "") set(DOXYGEN_EXCLUDE_DIRS "") - if(NOT ENABLE_RFNOC) - set(DOXYGEN_EXCLUDE_DIRS "${DOXYGEN_EXCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/include/uhd/rfnoc") - endif(NOT ENABLE_RFNOC) # Now, check if we have the FPGA sources as well. # If so, pull them in: if(HAS_FPGA_SUBMODULE) @@ -73,7 +70,7 @@ if(ENABLE_DOXYGEN) file(GLOB_RECURSE header_files ${CMAKE_SOURCE_DIR}/include/*.hpp) file(GLOB_RECURSE h_files ${CMAKE_SOURCE_DIR}/include/*.h) list(APPEND header_files ${h_files}) - set(DOXYGEN_DEPENDENCIES ${DOXYGEN_DEPENDENCIES} ${header_files} "${CMAKE_SOURCE_DIR}/lib/rfnoc/nocscript/gen_basic_funcs.py") + set(DOXYGEN_DEPENDENCIES ${DOXYGEN_DEPENDENCIES} ${header_files}) if(ENABLE_DOXYGEN_FULL) set(DOXYGEN_INPUT_DIRS "${DOXYGEN_INPUT_DIRS} ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR}/python") else(ENABLE_DOXYGEN_FULL) diff --git a/host/docs/block_desc_files.dox b/host/docs/block_desc_files.dox deleted file mode 100644 index 20f54e24a..000000000 --- a/host/docs/block_desc_files.dox +++ /dev/null @@ -1,16 +0,0 @@ -/*! \page page_rfnoc_descriptor_file RFNoC Block Descriptor Files - - -\section rfnoc_descriptor_file_nocscript NocScript - -NocScript is a simple DSL designed to augment block definition files for RFNoC. - -\li Statically Typed -\li No implicit typecasting -\li Very few operators - -See \subpage page_nocscript_funcs for a full function reference. - -*/ -// vim:ft=doxygen: - diff --git a/host/docs/mainpage.dox.in b/host/docs/mainpage.dox.in index ebe509fc8..4b3371a57 100644 --- a/host/docs/mainpage.dox.in +++ b/host/docs/mainpage.dox.in @@ -13,7 +13,6 @@ Follow these links to get to the section of the manual you wish to consult, or u \li \subpage page_devices "Part I: Devices & Usage Manual" \li \subpage page_uhd "Part II: UHD Development Manual" \li @DOXYGEN_FPGA_MANUAL_REFERENCE@ -\li \subpage page_rfnoc "Part IV: RFNoC Development Manual" ### Further Information diff --git a/host/docs/rfnoc.dox b/host/docs/rfnoc.dox deleted file mode 100644 index 602b75b46..000000000 --- a/host/docs/rfnoc.dox +++ /dev/null @@ -1,6 +0,0 @@ -/*! \page page_rfnoc RFNoC Development Manual - -\li \subpage page_rfnoc_descriptor_file - -*/ -// vim:ft=doxygen: |