summaryrefslogtreecommitdiff
path: root/gr-analog/include/gnuradio/analog/sig_source.h
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-12-11 14:14:25 -0800
committerMartin Braun <martin.braun@ettus.com>2018-12-12 09:52:07 -0800
commita87479a270c7282be303c0bd6c31cd2802c51185 (patch)
treeb1b9efa1af6963287fa955e8367d9dc3b77a95f8 /gr-analog/include/gnuradio/analog/sig_source.h
parenta095e6f4871a4bcf6d24130ab9b5c07717af9460 (diff)
analog: Fix Doxygen warnings
- sig_source: Fix undocumented parameter 'phase' - random_uniform_source: Fix Doxygen warning regarding \TYPE
Diffstat (limited to 'gr-analog/include/gnuradio/analog/sig_source.h')
-rw-r--r--gr-analog/include/gnuradio/analog/sig_source.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-analog/include/gnuradio/analog/sig_source.h b/gr-analog/include/gnuradio/analog/sig_source.h
index 915433a5ab..5d8ee05614 100644
--- a/gr-analog/include/gnuradio/analog/sig_source.h
+++ b/gr-analog/include/gnuradio/analog/sig_source.h
@@ -50,6 +50,7 @@ template<class T>
* \param wave_freq Frequency of waveform (relative to sampling_freq).
* \param ampl Signal amplitude.
* \param offset offset of signal.
+ * \param phase Initial phase of the signal
*/
static sptr make(double sampling_freq,
gr::analog::gr_waveform_t waveform,
@@ -83,7 +84,7 @@ template<class T>
/*!
* Sets the amplitude of a signal.
- * \param amplitude of the signal
+ * \param ampl amplitude of the signal
*/
virtual void set_amplitude(double ampl) = 0;