commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/02: doxygen: fixed documented include pa


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/02: doxygen: fixed documented include paths
Date: Fri, 7 Mar 2014 19:48:48 +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 0759a435de18cfaea0e65591e0e73bd921402720
Author: Nicholas Corgan <address@hidden>
Date:   Mon Feb 10 11:29:58 2014 -0800

    doxygen: fixed documented include paths
    
    * Docs say #include <gnuradio/blocks/add_ff.h> instead of <add_ff.h>, etc
---
 docs/doxygen/Doxyfile.in | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index f87efd0..3dc58bf 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -123,7 +123,27 @@ STRIP_FROM_PATH        =
 # definition is used. Otherwise one should specify the include paths that
 # are normally passed to the compiler using the -I flag.
 
-STRIP_FROM_INC_PATH    =
+STRIP_FROM_INC_PATH    = @CMAKE_SOURCE_DIR@/gnuradio-runtime/include \
+                         @CMAKE_SOURCE_DIR@/gr-analog/include \
+                         @CMAKE_SOURCE_DIR@/gr-atsc/include \
+                         @CMAKE_SOURCE_DIR@/gr-audio/include \
+                         @CMAKE_SOURCE_DIR@/gr-blocks/include \
+                         @CMAKE_SOURCE_DIR@/gr-channels/include \
+                         @CMAKE_SOURCE_DIR@/gr-comedi/include \
+                         @CMAKE_SOURCE_DIR@/gr-digital/include \
+                         @CMAKE_SOURCE_DIR@/gr-fcd/include \
+                         @CMAKE_SOURCE_DIR@/gr-fec/include \
+                         @CMAKE_SOURCE_DIR@/gr-fft/include \
+                         @CMAKE_SOURCE_DIR@/gr-filter/include \
+                         @CMAKE_SOURCE_DIR@/gr-noaa/include \
+                         @CMAKE_SOURCE_DIR@/gr-pager/include \
+                         @CMAKE_SOURCE_DIR@/gr-qtgui/include \
+                         @CMAKE_SOURCE_DIR@/gr-trellis/include \
+                         @CMAKE_SOURCE_DIR@/gr-uhd/include \
+                         @CMAKE_SOURCE_DIR@/gr-video-sdl/include \
+                         @CMAKE_SOURCE_DIR@/gr-vocoder/include \
+                         @CMAKE_SOURCE_DIR@/gr-wxgui/include \
+                         @CMAKE_SOURCE_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 is your file systems



reply via email to

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