diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-02-04 12:11:42 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-02-04 12:11:42 -0800 |
commit | b33345baedd0617df3ae70c8f0a374e1352a0527 (patch) | |
tree | 5f0e9afd1612ad1b9ddf99f502335bacc6828789 /gr-blocks | |
parent | c815a018b9ee2e072239f900f1eb08000c18194d (diff) | |
parent | fc7861ac029a4297df5a0b1159cb07f922670054 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/multiply_matrix_XX.h.t | 13 |
1 files 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 3f8411d107..56a8b1b707 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 blocks_matrixmult_msgports_@NAME@ 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 */ - |