commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 03/05: docs: fixing order of parameters.


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/05: docs: fixing order of parameters.
Date: Tue, 18 Mar 2014 17:51:31 +0000 (UTC)

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

trondeau pushed a commit to branch maint
in repository gnuradio.

commit e3c403691b97d86f6e08fd194d46147f572ed6ed
Author: Dimitri Stolnikov <address@hidden>
Date:   Tue Mar 18 10:01:48 2014 -0400

    docs: fixing order of parameters.
---
 gr-uhd/include/gnuradio/uhd/usrp_sink.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gr-uhd/include/gnuradio/uhd/usrp_sink.h 
b/gr-uhd/include/gnuradio/uhd/usrp_sink.h
index 6d21bbc..18640fe 100644
--- a/gr-uhd/include/gnuradio/uhd/usrp_sink.h
+++ b/gr-uhd/include/gnuradio/uhd/usrp_sink.h
@@ -58,7 +58,7 @@ namespace gr {
     public:
       // gr::uhd::usrp_sink::sptr
       typedef boost::shared_ptr<usrp_sink> sptr;
-      
+
       /*!
        * \brief Make a new USRP sink block.
        * \ingroup uhd_blk
@@ -291,8 +291,8 @@ namespace gr {
 
       /*!
        * Set the bandpass filter on the RF frontend.
-       * \param chan the channel index 0 to N-1
        * \param bandwidth the filter bandwidth in Hz
+       * \param chan the channel index 0 to N-1
        */
       virtual void set_bandwidth(double bandwidth, size_t chan = 0) = 0;
 



reply via email to

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