commit-gnuradio
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]