[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
- [Commit-gnuradio] [gnuradio] branch maint updated (e61a5c8 -> 6020965), git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 05/09: runtime: fixed default srcid value for PythonTag class, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 04/09: blocks: added tag tests to vector source QA code, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 02/09: blocks: vector_source: fixed tag srcid propagation when not using repeat mode, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 03/09: runtime: added default xtor & dtor to tag_t; srcid default is now PMT_F, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 07/09: Fixed garbled Doxygen formatting of channel map,
git <=
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'mmueller/docs_typo_sinusiod' into maint, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 06/09: qtgui: Fixes problem with half spectrum when set to 2048., git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'nowls/vec_src_fix_tag_srcid' into maint, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 01/09: Typos: Sinusiods in channel model docs, git, 2015/04/26