diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-03 19:33:32 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 10:38:29 -0400 |
commit | d44322fd03661c1eb6e45e3e364e81bb5131239b (patch) | |
tree | 17c068dc4081f9bbdeaeb046ca20ee53794b2e27 /gr-analog/include/analog/noise_source_X.h.t | |
parent | 9ce3e6b3f658b9273f048e1a3580be65dc08bef1 (diff) |
docs: updating Doxygen categories for all blocks.
Block categories in Doxygen now match where they are in GRC's category tree.
Diffstat (limited to 'gr-analog/include/analog/noise_source_X.h.t')
-rw-r--r-- | gr-analog/include/analog/noise_source_X.h.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-analog/include/analog/noise_source_X.h.t b/gr-analog/include/analog/noise_source_X.h.t index 9d1be6fedf..9fa470c47d 100644 --- a/gr-analog/include/analog/noise_source_X.h.t +++ b/gr-analog/include/analog/noise_source_X.h.t @@ -35,7 +35,7 @@ namespace gr { /*! * \brief Random number source - * \ingroup source_blk + * \ingroup waveform_generators_blk * * \details * Generate random values from different distributions. @@ -47,11 +47,11 @@ namespace gr { // gr::analog::@BASE_NAME@::sptr typedef boost::shared_ptr<@BASE_NAME@> sptr; - /*! \brief Make a noise source + /*! Build a noise source * \param type the random distribution to use (see analog/noise_type.h) * \param ampl a scaling factor for the output * \param seed seed for random generators. Note that for uniform and - * Gaussian distributions, this should be a negative number. + * Gaussian distributions, this should be a negative number. */ static sptr make(noise_type_t type, float ampl, long seed); |