summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake/include/howto_square_ff.h
diff options
context:
space:
mode:
authorTom Rondeau2011-11-27 20:27:35 -0500
committerTom Rondeau2011-11-27 20:27:35 -0500
commitc04d53d32513a48187aa51efc9e99e9a140a2689 (patch)
tree4a4e1e25ae9b2be5d65c9396e654d699ed90c7b8 /gr-howto-write-a-block-cmake/include/howto_square_ff.h
parent355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce (diff)
downloadgnuradio-c04d53d32513a48187aa51efc9e99e9a140a2689.tar.gz
gnuradio-c04d53d32513a48187aa51efc9e99e9a140a2689.tar.bz2
gnuradio-c04d53d32513a48187aa51efc9e99e9a140a2689.zip
docs: added doxygen and swig docs building tools into howto (cmake version only).
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: