[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 12/22: docs: fixed path stripping for binar
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 12/22: docs: fixed path stripping for binary dirs in doxygen manual. |
Date: |
Wed, 24 Sep 2014 22:07:39 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit 92aa05e9ad864409196d2b566b61a214421f67e7
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] 07/22: Fix(?) prune_tags: needs verification, (continued)
- [Commit-gnuradio] [gnuradio] 07/22: Fix(?) prune_tags: needs verification, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 15/22: digital: clock recovery fix relative limit, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 21/22: Merge branch 'master' of git.gnuradio.org:gnuradio, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 13/22: fec: turning off some debug output., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 10/22: Formatting fix-ups, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 19/22: digital: applying same fix of the complex M&M clock recovery block as the float version., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 14/22: blocks: deinterleaver will process more than one block at a time for significant speed improvements., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 06/22: tags_wip, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 22/22: Merge branch 'maint', git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 09/22: runtime: speed up all the things, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 12/22: docs: fixed path stripping for binary dirs in doxygen manual.,
git <=
- [Commit-gnuradio] [gnuradio] 17/22: digital: clock recovery more verbose documentation, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 11/22: blocks: added example of how to construct and add a tag to a vector_source., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 18/22: digital: adapt clock recovery QA, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 16/22: digital: clock recovery delete unused variables, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 20/22: CID 1240027: runtime: clean up tag pruning using iter range, git, 2014/09/24