[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
- [Commit-gnuradio] [gnuradio] branch master updated (ece754f -> 6a33fff), git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 02/09: added a gr-preferences getter, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 01/09: Merge pull request #1 from gnuradio/master, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 03/09: Completely refactored windows audio sink to use multiple buffers, eliminates skipping sounds when nperiods and period_time are set within reason. Default values should work fine for most. Set verbose=true to see additional info. output device can be set to either the ordinal number of the device to use, or the string name of the device. Setting a string in verbose mode will also display a list of choices in the console on run, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 06/09: Merge remote-tracking branch 'gnieboer/windows_audio', git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 05/09: qtgui: added C++-only QTGUI application example., git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 07/09: Merge remote-tracking branch 'mmueller/udp_source_add_payload_buffer_gr_pref', git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'tom/qtgui_c++_example', git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 04/09: qtgui: more appropriate doxygen link.,
git <=
- [Commit-gnuradio] [gnuradio] 08/09: Merge branch 'maint', git, 2016/04/25