aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/Doxyfile.in
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-04-24 18:13:58 -0700
committerMartin Braun <martin.braun@ettus.com>2015-04-27 15:34:55 -0700
commit925bd26d3a66de434f32ac69599564dc2f5bc69d (patch)
tree602b4d9a2f632ca3f9cc5b81ea05bb05282c1fe9 /host/docs/Doxyfile.in
parentd74af0b4d17d66f9bb94638a06a25195f6dc885a (diff)
downloaduhd-925bd26d3a66de434f32ac69599564dc2f5bc69d.tar.gz
uhd-925bd26d3a66de434f32ac69599564dc2f5bc69d.tar.bz2
uhd-925bd26d3a66de434f32ac69599564dc2f5bc69d.zip
docs: Added FPGA manual
The actual FPGA manual pages are in the FPGA repository. Only if the submodule is checked out will it build the manual pages. If the submodule is not checked out, it will create a link to the FPGA manual hosted online.
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r--host/docs/Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in
index b0490c5c0..bca3b71d1 100644
--- a/host/docs/Doxyfile.in
+++ b/host/docs/Doxyfile.in
@@ -132,7 +132,7 @@ FULL_PATH_NAMES = YES
# relative paths, which will be relative from the directory where doxygen is
# started.
-STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@
+STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ @FPGA_SUBMODULE_DIR@
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
@@ -654,7 +654,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @DOXYGEN_INPUT_DIRS@
+INPUT = @CMAKE_CURRENT_BINARY_DIR@/mainpage.dox @DOXYGEN_INPUT_DIRS@
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -672,7 +672,7 @@ INPUT_ENCODING = UTF-8
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
# *.f90 *.f *.for *.vhd *.vhdl
-FILE_PATTERNS = *.hpp *.dox *.h *.ipp
+FILE_PATTERNS = *.hpp *.dox *.h *.ipp *.md
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.