aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/Doxyfile.in
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-04-27 15:42:39 -0700
committerMartin Braun <martin.braun@ettus.com>2015-04-27 15:42:39 -0700
commit1cf3ac765cdfb80cebd375d527eae0a00fce83c6 (patch)
tree4c424f325c0e21171065a09ddf26e5052e83d719 /host/docs/Doxyfile.in
parent47ddba6fcc0c14ddac961dfe73ce5c3aa15dbba4 (diff)
parent925bd26d3a66de434f32ac69599564dc2f5bc69d (diff)
downloaduhd-1cf3ac765cdfb80cebd375d527eae0a00fce83c6.tar.gz
uhd-1cf3ac765cdfb80cebd375d527eae0a00fce83c6.tar.bz2
uhd-1cf3ac765cdfb80cebd375d527eae0a00fce83c6.zip
Merge branch 'maint'
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.