diff options
author | Jacob Gilbert <jacob.gilbert@protonmail.com> | 2021-01-30 20:18:48 -0800 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-03-18 16:35:41 -0400 |
commit | bd1e4d470c83470f1a54c2c4c85c8e475c070bfa (patch) | |
tree | ef8c47037d0860d8f02d30036dff7391c59d6da0 /docs | |
parent | f6fe5280edf78e668f918f6b38f7d59eef7c0a9a (diff) |
gr-pdu: initial commit with the PDU module
There is only one simple block in here for now, and there are probably
some doxygen issues but it builds and tests properly.
Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 5 | ||||
-rw-r--r-- | docs/doxygen/other/group_defs.dox | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 7c2e3fc608..b02047d3b6 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -161,6 +161,8 @@ STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/gnuradio-runtime/include \ @CMAKE_BINARY_DIR@/gr-fft/include \ @CMAKE_SOURCE_DIR@/gr-filter/include \ @CMAKE_BINARY_DIR@/gr-filter/include \ + @CMAKE_SOURCE_DIR@/gr-pdu/include \ + @CMAKE_BINARY_DIR@/gr-pdu/include \ @CMAKE_SOURCE_DIR@/gr-qtgui/include \ @CMAKE_BINARY_DIR@/gr-qtgui/include \ @CMAKE_SOURCE_DIR@/gr-trellis/include \ @@ -725,6 +727,7 @@ EXCLUDE = @abs_top_builddir@/cmake/msvc \ @abs_top_builddir@/gnuradio-runtime/python/gnuradio/gr/gr_threading.py \ @abs_top_builddir@/gnuradio-runtime/python/gnuradio/gr/gr_threading_23.py \ @abs_top_builddir@/gnuradio-runtime/python/gnuradio/gr/gr_threading_24.py \ + @abs_top_builddir@/gr-pdu/doc \ @abs_top_builddir@/gr-trellis/doc \ @abs_top_builddir@/grc \ @abs_top_builddir@/_CPack_Packages \ @@ -760,6 +763,8 @@ EXCLUDE = @abs_top_builddir@/cmake/msvc \ @abs_top_builddir@/gr-filter/lib \ @abs_top_srcdir@/gr-fft/lib \ @abs_top_builddir@/gr-fft/lib \ + @abs_top_srcdir@/gr-pdu/lib \ + @abs_top_builddir@/gr-pdu/lib \ @abs_top_srcdir@/gr-qtgui/lib \ @abs_top_builddir@/gr-qtgui/lib \ @abs_top_srcdir@/gr-trellis/lib \ diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox index 7ec67bde23..f0283404e2 100644 --- a/docs/doxygen/other/group_defs.dox +++ b/docs/doxygen/other/group_defs.dox @@ -43,6 +43,7 @@ /*! \defgroup ofdm_blk OFDM Blocks */ /*! \defgroup packet_operators_blk Packet/Frame Operators */ /*! \defgroup peak_detectors_blk Peak Detectors */ +/*! \defgroup pdu_blk PDU Operators */ /*! \defgroup qtgui_blk QT Graphical Interfaces */ /*! \defgroup resamplers_blk Resamplers */ /*! \defgroup stream_operators_blk Streams Operators */ |