[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/06: docs: fixed path stripping for binar
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/06: docs: fixed path stripping for binary dirs in doxygen manual. |
Date: |
Wed, 24 Sep 2014 22:54:04 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit fade946b29e450ee6ee7ce638df43600970f2f70
Author: Tom Rondeau <address@hidden>
Date: Mon Sep 22 17:02:08 2014 -0400
docs: fixed path stripping for binary dirs in doxygen manual.
---
docs/doxygen/Doxyfile.in | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index 3b82e2c..3f55852 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -142,26 +142,51 @@ STRIP_FROM_PATH =
# are normally passed to the compiler using the -I flag.
STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/gnuradio-runtime/include \
+ @CMAKE_BINARY_DIR@/gnuradio-runtime/include \
@CMAKE_SOURCE_DIR@/gr-analog/include \
+ @CMAKE_BINARY_DIR@/gr-analog/include \
@CMAKE_SOURCE_DIR@/gr-atsc/include \
+ @CMAKE_BINARY_DIR@/gr-atsc/include \
@CMAKE_SOURCE_DIR@/gr-audio/include \
+ @CMAKE_BINARY_DIR@/gr-audio/include \
@CMAKE_SOURCE_DIR@/gr-blocks/include \
+ @CMAKE_BINARY_DIR@/gr-blocks/include \
@CMAKE_SOURCE_DIR@/gr-channels/include \
+ @CMAKE_BINARY_DIR@/gr-channels/include \
@CMAKE_SOURCE_DIR@/gr-comedi/include \
+ @CMAKE_BINARY_DIR@/gr-comedi/include \
@CMAKE_SOURCE_DIR@/gr-digital/include \
+ @CMAKE_BINARY_DIR@/gr-digital/include \
+ @CMAKE_SOURCE_DIR@/gr-dtv/include \
+ @CMAKE_BINARY_DIR@/gr-dtv/include \
@CMAKE_SOURCE_DIR@/gr-fcd/include \
+ @CMAKE_BINARY_DIR@/gr-fcd/include \
@CMAKE_SOURCE_DIR@/gr-fec/include \
+ @CMAKE_BINARY_DIR@/gr-fec/include \
@CMAKE_SOURCE_DIR@/gr-fft/include \
+ @CMAKE_BINARY_DIR@/gr-fft/include \
@CMAKE_SOURCE_DIR@/gr-filter/include \
+ @CMAKE_BINARY_DIR@/gr-filter/include \
@CMAKE_SOURCE_DIR@/gr-noaa/include \
+ @CMAKE_BINARY_DIR@/gr-noaa/include \
@CMAKE_SOURCE_DIR@/gr-pager/include \
+ @CMAKE_BINARY_DIR@/gr-pager/include \
@CMAKE_SOURCE_DIR@/gr-qtgui/include \
+ @CMAKE_BINARY_DIR@/gr-qtgui/include \
@CMAKE_SOURCE_DIR@/gr-trellis/include \
+ @CMAKE_BINARY_DIR@/gr-trellis/include \
@CMAKE_SOURCE_DIR@/gr-uhd/include \
+ @CMAKE_BINARY_DIR@/gr-uhd/include \
@CMAKE_SOURCE_DIR@/gr-video-sdl/include \
+ @CMAKE_BINARY_DIR@/gr-video-sdl/include \
@CMAKE_SOURCE_DIR@/gr-vocoder/include \
+ @CMAKE_BINARY_DIR@/gr-vocoder/include \
+ @CMAKE_SOURCE_DIR@/gr-wavelet/include \
+ @CMAKE_BINARY_DIR@/gr-wavelet/include \
@CMAKE_SOURCE_DIR@/gr-wxgui/include \
- @CMAKE_SOURCE_DIR@/volk/include
+ @CMAKE_BINARY_DIR@/gr-wxgui/include \
+ @CMAKE_SOURCE_DIR@/volk/include \
+ @CMAKE_BINARY_DIR@/volk/include
# 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
- [Commit-gnuradio] [gnuradio] branch master updated (fd0955f -> 84ca321), git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 06/06: Merge branch 'maint', git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 04/06: blocks: deinterleaver will process more than one block at a time for significant speed improvements., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 05/06: CID 1240027: runtime: clean up tag pruning using iter range, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 01/06: blocks: added example of how to construct and add a tag to a vector_source., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 03/06: fec: turning off some debug output., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 02/06: docs: fixed path stripping for binary dirs in doxygen manual.,
git <=