From 0759a435de18cfaea0e65591e0e73bd921402720 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan <nick.corgan@ettus.com> Date: Mon, 10 Feb 2014 11:29:58 -0800 Subject: 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(-) (limited to 'docs/doxygen') diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index f87efd031d..3dc58bfaf4 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 -- cgit v1.2.3