diff options
author | Tom Rondeau | 2011-11-27 20:27:35 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-11-27 20:27:35 -0500 |
commit | c04d53d32513a48187aa51efc9e99e9a140a2689 (patch) | |
tree | 4a4e1e25ae9b2be5d65c9396e654d699ed90c7b8 /gr-howto-write-a-block-cmake/include/howto_square_ff.h | |
parent | 355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce (diff) | |
download | gnuradio-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.h | 3 |
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: |