commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/10: qtgui: more appropriate doxygen link


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/10: qtgui: more appropriate doxygen link.
Date: Mon, 25 Apr 2016 22:56:27 +0000 (UTC)

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

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 7c3b32fe802f65e70ccfeeb5e6912b75b78ffa65
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 bf5a91f..afb836c 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 f13d5c6..01f3cc4 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 71a8b92..16fa9c5 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 2a51fba..dff2b29 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]