[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/02: blocks: cleans up the docs for the m
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/02: blocks: cleans up the docs for the multiply_matrix blocks. |
Date: |
Wed, 4 Feb 2015 21:59:33 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit fc7861ac029a4297df5a0b1159cb07f922670054
Author: Tom Rondeau <address@hidden>
Date: Wed Feb 4 13:07:23 2015 +0000
blocks: cleans up the docs for the multiply_matrix blocks.
---
gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t
b/gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t
index 3f8411d..56a8b1b 100644
--- a/gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t
+++ b/gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t
@@ -1,19 +1,19 @@
/* -*- c++ -*- */
-/*
+/*
* Copyright 2014 Free Software Foundation, Inc.
- *
+ *
* This file is part of GNU Radio
- *
+ *
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
- *
+ *
* GNU Radio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
@@ -53,7 +53,7 @@ namespace gr {
* to gr::blocks::@NAME@::TPP_SELECT_BY_MATRIX, a tag is propagated from
input k
* to output l if \f$(A)_{l,k} \neq 0\f$.
*
- * \section blocks_matrixmult_msgports Message Ports
+ * \section address@hidden@ Message Ports
*
* This block as one input message port (\p set_A). A message sent to this
port will
* be converted to a std::vector<std::vector<@O_TYPE@> >, and then passed
on to set_A().
@@ -100,4 +100,3 @@ namespace gr {
} // namespace gr
#endif /* @GUARD_NAME */
-