commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 07/09: Fixed garbled Doxygen formatting of


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/09: Fixed garbled Doxygen formatting of channel map
Date: Sun, 26 Apr 2015 22:37:13 +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 4547dc260ab08ef83d912169b8c93a4348b7db06
Author: Marcus Müller <address@hidden>
Date:   Sat Apr 25 16:53:37 2015 +0200

    Fixed garbled Doxygen formatting of channel map
    
    used to be
    > Channels are numbers as: N/2+1 | ... | N-1 | 0 | 1 | 2 | ... | N/2 
<----------------— 0 -----------------—> freq
    in one line, due to doxygen not formatting as preformatted text.
    
    Used `<pre>` to fix that.
---
 gr-filter/include/gnuradio/filter/pfb_channelizer_ccf.h | 9 +++++----
 gr-filter/include/gnuradio/filter/pfb_synthesizer_ccf.h | 8 +++++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/gr-filter/include/gnuradio/filter/pfb_channelizer_ccf.h 
b/gr-filter/include/gnuradio/filter/pfb_channelizer_ccf.h
index 96ffd60..b6da9e1 100644
--- a/gr-filter/include/gnuradio/filter/pfb_channelizer_ccf.h
+++ b/gr-filter/include/gnuradio/filter/pfb_channelizer_ccf.h
@@ -165,10 +165,11 @@ namespace gr {
 
       /*!
        * Set the channel map. Channels are numbers as:
-       *
-       *     N/2+1 | ... | N-1 | 0 | 1 |  2 | ... | N/2
-       *    <------------------- 0 -------------------->
-       *                        freq
+       * <pre>
+       *  N/2+1 | ... | N-1 | 0 | 1 |  2 | ... | N/2
+       * <------------------- 0 -------------------->
+       *                     freq
+       * </pre>
        *
        * So output stream 0 comes from channel 0, etc. Setting a new
        * channel map allows the user to specify which channel in frequency
diff --git a/gr-filter/include/gnuradio/filter/pfb_synthesizer_ccf.h 
b/gr-filter/include/gnuradio/filter/pfb_synthesizer_ccf.h
index 32465b6..d0a061f 100644
--- a/gr-filter/include/gnuradio/filter/pfb_synthesizer_ccf.h
+++ b/gr-filter/include/gnuradio/filter/pfb_synthesizer_ccf.h
@@ -123,9 +123,11 @@ namespace gr {
 
       /*!
        * Set the channel map. Channels are numbers as:
-       *     N/2+1 | ... | N-1 | 0 | 1 |  2 | ... | N/2
-       *    <------------------- 0 -------------------->
-       *                        freq
+       * <pre>
+       *  N/2+1 | ... | N-1 | 0 | 1 |  2 | ... | N/2
+       * <------------------- 0 -------------------->
+       *                    freq
+       * </pre>
        *
        * So input stream 0 goes to channel 0, etc. Setting a new channel
        * map allows the user to specify where in frequency he/she wants



reply via email to

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