diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-03-07 11:45:42 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-03-07 11:45:42 -0800 |
commit | 844d18a1a6b924ffd9b7fa616fc098ab7a899a42 (patch) | |
tree | deb42008a019f9502d9af5717c6fbf92008f53bc /docs/doxygen | |
parent | 0922993e264e9174ab2901fcb8894d790c776c34 (diff) | |
parent | 0759a435de18cfaea0e65591e0e73bd921402720 (diff) |
Merge remote-tracking branch 'ncorgan/ncorgan/doxygen_path_fix' into maint
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 |