From a87479a270c7282be303c0bd6c31cd2802c51185 Mon Sep 17 00:00:00 2001
From: Martin Braun <martin.braun@ettus.com>
Date: Tue, 11 Dec 2018 14:14:25 -0800
Subject: analog: Fix Doxygen warnings

- sig_source: Fix undocumented parameter 'phase'
- random_uniform_source: Fix Doxygen warning regarding \TYPE
---
 gr-analog/include/gnuradio/analog/sig_source.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'gr-analog/include/gnuradio/analog/sig_source.h')

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;
 
-- 
cgit v1.2.3