summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake/include/howto_square_ff.h
diff options
context:
space:
mode:
authorTom Rondeau2011-12-04 11:19:37 -0500
committerTom Rondeau2011-12-04 11:19:37 -0500
commit7209280a2b21fb31e5533a17047ed8c6ba5527f1 (patch)
treef3ef58059fa9a55be67230ad1949d57ab2c1a4b8 /gr-howto-write-a-block-cmake/include/howto_square_ff.h
parent5c1576570e156633c9531932baa79fda9ff9a573 (diff)
parentf536b394f20ef88b426bf4bb6e9b69f6efb9847e (diff)
downloadgnuradio-7209280a2b21fb31e5533a17047ed8c6ba5527f1.tar.gz
gnuradio-7209280a2b21fb31e5533a17047ed8c6ba5527f1.tar.bz2
gnuradio-7209280a2b21fb31e5533a17047ed8c6ba5527f1.zip
Merge branch 'more_swigness_docs'
Diffstat (limited to 'gr-howto-write-a-block-cmake/include/howto_square_ff.h')
-rw-r--r--gr-howto-write-a-block-cmake/include/howto_square_ff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-howto-write-a-block-cmake/include/howto_square_ff.h b/gr-howto-write-a-block-cmake/include/howto_square_ff.h
index f07a1d4f6..729f1cf44 100644
--- a/gr-howto-write-a-block-cmake/include/howto_square_ff.h
+++ b/gr-howto-write-a-block-cmake/include/howto_square_ff.h
@@ -63,6 +63,9 @@ private:
friend HOWTO_API howto_square_ff_sptr howto_make_square_ff ();
+ /*!
+ * \brief square a stream of floats.
+ */
howto_square_ff (); // private constructor
public: