[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/06: docs: doxyfile maintenance.
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/06: docs: doxyfile maintenance. |
Date: |
Tue, 14 Apr 2015 15:02:54 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit c419ae9863f79a87935674ed02465be543ce678f
Author: Tom Rondeau <address@hidden>
Date: Mon Apr 13 17:04:40 2015 -0400
docs: doxyfile maintenance.
Remove any local paths, no longer pull in volk, and other minor
cleanups.
---
docs/doxygen/Doxyfile.in | 33 ++++++++++++++++++++++++++++++---
1 file changed, 30 insertions(+), 3 deletions(-)
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index 3f55852..97e6761 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -185,8 +185,12 @@ STRIP_FROM_INC_PATH =
@CMAKE_SOURCE_DIR@/gnuradio-runtime/include \
@CMAKE_BINARY_DIR@/gr-wavelet/include \
@CMAKE_SOURCE_DIR@/gr-wxgui/include \
@CMAKE_BINARY_DIR@/gr-wxgui/include \
+ @CMAKE_SOURCE_DIR@/gr-zeromq/include \
+ @CMAKE_BINARY_DIR@/gr-zeromq/include \
@CMAKE_SOURCE_DIR@/volk/include \
- @CMAKE_BINARY_DIR@/volk/include
+ @CMAKE_BINARY_DIR@/volk/include \
+ @CMAKE_SOURCE_DIR@/volk/tmpl \
+ @CMAKE_BINARY_DIR@/volk/tmpl
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
# (but less readable) file names. This can be useful if your file system
@@ -733,9 +737,13 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = @abs_top_builddir@/docs/doxygen/html \
+EXCLUDE = @abs_top_srcdir@/volk \
+ @abs_top_builddir@/volk \
+ @abs_top_builddir@/cmake/msvc \
+ @abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/docs/doxygen/xml \
@abs_top_builddir@/docs/doxygen/other/doxypy.py \
+
@abs_top_srcdir@/docs/doxygen/other/shared_ptr_docstub.h \
@abs_top_builddir@/dtools \
@abs_top_builddir@/gnuradio-runtime/lib/runtime/gr_error_handler.cc \
@abs_top_builddir@/gnuradio-runtime/swig \
@@ -774,12 +782,24 @@ EXCLUDE =
@abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/gr-comedi/lib \
@abs_top_srcdir@/gr-digital/lib \
@abs_top_builddir@/gr-digital/lib \
+ @abs_top_srcdir@/gr-dtv/lib \
+ @abs_top_builddir@/gr-dtv/lib \
+ @abs_top_srcdir@/gr-dtv/lib/atsc \
+ @abs_top_builddir@/gr-dtv/lib/atsc \
+ @abs_top_srcdir@/gr-dtv/lib/dvb \
+ @abs_top_builddir@/gr-dtv/lib/dvb \
+ @abs_top_srcdir@/gr-dtv/lib/dvbs2 \
+ @abs_top_builddir@/gr-dtv/lib/dvbs2 \
+ @abs_top_srcdir@/gr-dtv/lib/dvbt2 \
+ @abs_top_builddir@/gr-dtv/lib/dvbr2 \
@abs_top_srcdir@/gr-fcd/lib \
@abs_top_builddir@/gr-fcd/lib \
@abs_top_srcdir@/gr-fec/lib \
@abs_top_builddir@/gr-fec/lib \
@abs_top_srcdir@/gr-filter/lib \
@abs_top_builddir@/gr-filter/lib \
+ @abs_top_srcdir@/gr-fft/lib \
+ @abs_top_builddir@/gr-fft/lib \
@abs_top_srcdir@/gr-noaa/lib \
@abs_top_builddir@/gr-noaa/lib \
@abs_top_srcdir@/gr-pager/lib \
@@ -790,6 +810,8 @@ EXCLUDE =
@abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/gr-trellis/lib \
@abs_top_srcdir@/gr-uhd/lib \
@abs_top_builddir@/gr-uhd/lib \
+ @abs_top_srcdir@/gr-uhd/examples/c++ \
+ @abs_top_builddir@/gr-uhd/examples/c++ \
@abs_top_srcdir@/gr-utils/lib \
@abs_top_builddir@/gr-utils/lib \
@abs_top_srcdir@/gr-video-sdl/lib \
@@ -799,7 +821,12 @@ EXCLUDE =
@abs_top_builddir@/docs/doxygen/html \
@abs_top_srcdir@/gr-wavelet/lib \
@abs_top_builddir@/gr-wavelet/lib \
@abs_top_srcdir@/gr-wxgui/lib \
- @abs_top_builddir@/gr-wxgui/lib
+ @abs_top_builddir@/gr-wxgui/lib \
+ @abs_top_srcdir@/gr-zeromq/lib \
+ @abs_top_builddir@/gr-zeromq/lib \
+ @abs_top_srcdir@/volk/cmake/msvc \
+ @abs_top_builddir@/volk/cmake/msvc \
+
@abs_top_srcdir@/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
- [Commit-gnuradio] [gnuradio] branch maint updated (0f738ac -> 5ae1e84), git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'tom/docs/rework0' into maint, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 04/06: fec: init debug file pointer in TPC encoder, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 05/06: Fixed non-virtual dtor pseudoissue in [flat_]flowgraph, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 01/06: docs: doxyfile maintenance.,
git <=
- [Commit-gnuradio] [gnuradio] 02/06: fec: fix segfault due to debug file pointer handling, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 03/06: fec: TPC encoder whitespace cleanup, git, 2015/04/14