[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 07/09: blocks: fixed documentation for what
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 07/09: blocks: fixed documentation for what the max_XX block does. |
Date: |
Fri, 25 Apr 2014 16:44:35 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch maint
in repository gnuradio.
commit a2f95135a1f8aabb9b4218208aeb1544041fcb68
Author: Tom Rondeau <address@hidden>
Date: Fri Apr 25 12:10:06 2014 -0400
blocks: fixed documentation for what the max_XX block does.
---
gr-blocks/include/gnuradio/blocks/max_XX.h.t | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gr-blocks/include/gnuradio/blocks/max_XX.h.t
b/gr-blocks/include/gnuradio/blocks/max_XX.h.t
index 44b3ad4..258b5bf 100644
--- a/gr-blocks/include/gnuradio/blocks/max_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/max_XX.h.t
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2007,2013 Free Software Foundation, Inc.
+ * Copyright 2007,2013-2014 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -39,9 +39,8 @@ namespace gr {
* \details
* Data is passed in as a vector of length \p vlen from multiple
* input sources. It will look through these streams of \p vlen
- * data items and output two streams.
- * Stream 0 will contain the index value in the vector where
- * the maximum value occurred.
+ * data items and the output stream will contain the maximum value
+ * in the vector.
*/
class BLOCKS_API @NAME@ : virtual public sync_block
{
@@ -56,4 +55,3 @@ namespace gr {
} /* namespace gr */
#endif /* @GUARD_NAME@ */
-
- [Commit-gnuradio] [gnuradio] branch maint updated (1567cbc -> aa4a33d), git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 07/09: blocks: fixed documentation for what the max_XX block does.,
git <=
- [Commit-gnuradio] [gnuradio] 04/09: runtime: enable thread priority, same as with Linux; fix header comments to this effect, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 05/09: channels: fixing a minor bug in the flag_fader model., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 09/09: Merge branch 'maint' of git.gnuradio.org:gnuradio into maint, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 03/09: audio: osx: rename d_buffer_sample_count -> d_buffer_size_samples; truth in naming!, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 02/09: whitespace only, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 01/09: audio: osx audio fixes, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 08/09: cmake: fixes expansion of ${pyexe_native} for cross builds with the use of VERBATIM., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 06/09: docs: fixed typo with logger docs., git, 2014/04/25