commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 04/09: qtgui: more appropriate doxygen link


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/09: qtgui: more appropriate doxygen link.
Date: Tue, 26 Apr 2016 00:41:05 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit a419518e0b9f993d9b9e3e365fe3bc9a4740798d
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 18 17:30:54 2016 -0400

    qtgui: more appropriate doxygen link.
---
 gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h      | 2 +-
 gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h      | 2 +-
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h | 2 +-
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h 
b/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h
index 3aea2d1..f2fc571 100644
--- a/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h
+++ b/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h
@@ -90,7 +90,7 @@ namespace gr {
        * \param fftsize size of the FFT to compute and display. If using
        *        the PDU message port to plot samples, the length of
        *        each PDU must be a multiple of the FFT size.
-       * \param wintype type of window to apply (see gnuradio/filter/firdes.h)
+       * \param wintype type of window to apply (see gr::fft::window::win_type)
        * \param fc center frequency of signal (use for x-axis labels)
        * \param bw bandwidth of signal (used to set x-axis labels)
        * \param name title for the plot
diff --git a/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h 
b/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h
index eb68806..f136537 100644
--- a/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h
+++ b/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h
@@ -90,7 +90,7 @@ namespace gr {
        * \param fftsize size of the FFT to compute and display. If using
        *        the PDU message port to plot samples, the length of
        *        each PDU must be a multiple of the FFT size.
-       * \param wintype type of window to apply (see gnuradio/filter/firdes.h)
+       * \param wintype type of window to apply (see gr::fft::window::win_type)
        * \param fc center frequency of signal (use for x-axis labels)
        * \param bw bandwidth of signal (used to set x-axis labels)
        * \param name title for the plot
diff --git a/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h 
b/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h
index 1e4073a..c0bdf16 100644
--- a/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h
+++ b/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h
@@ -95,7 +95,7 @@ namespace gr {
        * \param size size of the FFT to compute and display. If using
        *        the PDU message port to plot samples, the length of
        *        each PDU must be a multiple of the FFT size.
-       * \param wintype type of window to apply (see gnuradio/filter/firdes.h)
+       * \param wintype type of window to apply (see gr::fft::window::win_type)
        * \param fc center frequency of signal (use for x-axis labels)
        * \param bw bandwidth of signal (used to set x-axis labels)
        * \param name title for the plot
diff --git a/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h 
b/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h
index 93c93bd..d38cb2c 100644
--- a/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h
+++ b/gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h
@@ -96,7 +96,7 @@ namespace gr {
        * \param size size of the FFT to compute and display. If using
        *        the PDU message port to plot samples, the length of
        *        each PDU must be a multiple of the FFT size.
-       * \param wintype type of window to apply (see gnuradio/filter/firdes.h)
+       * \param wintype type of window to apply (see gr::fft::window::win_type)
        * \param fc center frequency of signal (use for x-axis labels)
        * \param bw bandwidth of signal (used to set x-axis labels)
        * \param name title for the plot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]