summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-12-01 11:40:04 -0500
committerTom Rondeau <trondeau@vt.edu>2011-12-01 11:40:04 -0500
commit765252e74854c05288f3f99b26aea1f5bac7e9d6 (patch)
tree3c154350aa4ce83a072b2835516a30a0a8bbf820 /docs
parent2d88dd48d9563a561b5c851555c2ff4714fa66e3 (diff)
docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page to expose all PMT functions in the manual.
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen/Doxyfile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index b0e6183ae8..c0188a273d 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -471,7 +471,7 @@ SHOW_FILES = YES
# Namespaces page. This will remove the Namespaces entry from the Quick Index
# and from the Folder Tree View (if specified). The default is YES.
-SHOW_NAMESPACES = NO
+SHOW_NAMESPACES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
@@ -628,6 +628,7 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/gr-gsm-fr-vocoder/src/lib/gsm_full_rate.py \
@abs_top_builddir@/gr-gsm-fr-vocoder/src/python/encdec.py \
@abs_top_builddir@/gr-howto-write-a-block \
+ @abs_top_builddir@/gr-howto-write-a-block-cmake \
@abs_top_builddir@/gr-pager/src/pager_swig.py \
@abs_top_builddir@/gr-qtgui \
@abs_top_builddir@/gr-trellis/doc \
@@ -639,7 +640,8 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/grc \
@abs_top_builddir@/_CPack_Packages \
@abs_top_srcdir@/cmake \
- @abs_top_srcdir@/gr-qtgui/lib
+ @abs_top_srcdir@/gr-qtgui/lib \
+ @abs_top_srcdir@/gr-howto-write-a-block-cmake
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded