aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/Doxyfile.in
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-10-14 14:51:09 +0200
committerMartin Braun <martin.braun@ettus.com>2014-10-14 14:51:09 +0200
commit2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6 (patch)
tree95c2459895cf42450972df61a069f08bd0fd67d0 /host/docs/Doxyfile.in
parente82f7f0e7e49ec9b25dd65249fb603aeca6f283e (diff)
downloaduhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.tar.gz
uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.tar.bz2
uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.zip
docs: Cleaned up and rearranged manual structure
- Removed stray .rst files - Cleared up TOC, manual is now split into two parts
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r--host/docs/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in
index d48e50fc4..6d38a9a79 100644
--- a/host/docs/Doxyfile.in
+++ b/host/docs/Doxyfile.in
@@ -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
+FILE_PATTERNS = *.hpp *.dox *.h *.ipp
# 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.