summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-09-24 19:21:47 -0400
committerTom Rondeau <tom@trondeau.com>2014-09-24 19:21:47 -0400
commit26169d211c0603726c960b1cb23f9c7c506ff944 (patch)
treeb18fbba37f9fdeea87a9c3b133eabe63e7496517 /gnuradio-runtime
parent81f771cc5b2ad064618b5ce6b0310a369dd51ee2 (diff)
parent481d513e0dc2b47532f67dcf744b5c2bb1f22ffa (diff)
Merge remote-tracking branch 'mbant/deprecate_remove_item_tag'
Diffstat (limited to 'gnuradio-runtime')
-rw-r--r--gnuradio-runtime/include/gnuradio/block.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnuradio-runtime/include/gnuradio/block.h b/gnuradio-runtime/include/gnuradio/block.h
index a033e0ac2..43fc50c54 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -636,7 +636,7 @@ namespace gr {
void add_item_tag(unsigned int which_output, const tag_t &tag);
/*!
- * \brief Removes a tag from the given input buffer.
+ * \brief DEPRECATED. Will be removed in 3.8.
*
* \param which_input an integer of which input stream to remove the tag from
* \param abs_offset a uint64 number of the absolute item number
@@ -662,9 +662,7 @@ namespace gr {
}
/*!
- * \brief Removes a tag from the given input buffer.
- *
- * If no such tag is found, does nothing.
+ * \brief DEPRECATED. Will be removed in 3.8.
*
* \param which_input an integer of which input stream to remove the tag from
* \param tag the tag object to remove