diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-02-10 11:29:58 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-02-10 11:29:58 -0800 |
commit | 0759a435de18cfaea0e65591e0e73bd921402720 (patch) | |
tree | 0db8b9fb1759cf15b804e36574c4303b3c0a2d01 /docs/doxygen | |
parent | e2acdc57d1b0ccb3fc9e91add8d141118cf78e3d (diff) |
doxygen: fixed documented include paths
* Docs say #include <gnuradio/blocks/add_ff.h> instead of <add_ff.h>, etc
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 22 |
1 files changed, 21 insertions, 1 deletions
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 |