diff options
author | Jiří Pinkava <j-pi@seznam.cz> | 2014-12-05 20:52:31 +0100 |
---|---|---|
committer | Jiří Pinkava <j-pi@seznam.cz> | 2016-06-29 09:14:50 +0200 |
commit | c8cab341fd8c3d929275b1bd40a9a988ace441c2 (patch) | |
tree | 9d35577cc00eba0d9a3ab83db15e3e55768c9303 /docs/sphinx | |
parent | b238171b32d426dae569042843825b20d75a8010 (diff) |
tcp_server_sink: generate documentation
Diffstat (limited to 'docs/sphinx')
-rw-r--r-- | docs/sphinx/source/blocks_blocks.rst | 1 | ||||
-rw-r--r-- | docs/sphinx/source/index.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/sphinx/source/blocks_blocks.rst b/docs/sphinx/source/blocks_blocks.rst index 056e9efe9a..f214e01c47 100644 --- a/docs/sphinx/source/blocks_blocks.rst +++ b/docs/sphinx/source/blocks_blocks.rst @@ -185,6 +185,7 @@ gnuradio.blocks .. autoblock:: gnuradio.blocks.tagged_stream_mux .. autoblock:: gnuradio.blocks.tagged_stream_to_pdu .. autoblock:: gnuradio.blocks.tags_strobe +.. autoblock:: gnuradio.blocks.tcp_server_sink .. autoblock:: gnuradio.blocks.threshold_ff .. autoblock:: gnuradio.blocks.throttle .. autoblock:: gnuradio.blocks.transcendental diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 7bba2f8e32..5c14d22cce 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -854,6 +854,7 @@ Networking Tools Blocks :nosignatures: gnuradio.blocks.socket_pdu + gnuradio.blocks.tcp_server_sink gnuradio.blocks.udp_sink gnuradio.blocks.udp_source |