commit-gnuradio
[Top][All Lists]
Advanced

[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@ */
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]