diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-03-07 11:45:52 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-03-07 11:45:52 -0800 |
commit | 8ce3a14e7957db17269dd8c35c0dfd1646a03fad (patch) | |
tree | 6119fb71c7750cd00a9f85ed642d0678d99f172f /docs/doxygen | |
parent | 5ab2370a146e9f5ba7c3d34d5821edf441f34386 (diff) | |
parent | 844d18a1a6b924ffd9b7fa616fc098ab7a899a42 (diff) |
Merge branch '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 |