From da19886cfec78db4a4db0f8e2a34afe796da9057 Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sat, 8 Oct 2011 15:29:50 -0400
Subject: gcell: removed gcell and gr-gcell

---
 docs/doxygen/Doxyfile.in          | 1 -
 docs/doxygen/other/group_defs.dox | 8 --------
 2 files changed, 9 deletions(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index 1f544e5bd..a49aa2a6f 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -587,7 +587,6 @@ EXCLUDE                = @abs_top_builddir@/docs/doxygen/html \
                          @abs_top_builddir@/docs/doxygen/xml-swig \
                          @abs_top_builddir@/docs/doxygen/other/doxypy.py \
                          @abs_top_builddir@/dtools \
-                         @abs_top_srcdir@/gcell/ibm \
                          @abs_top_builddir@/gnuradio-core/src/lib/bug_work_around_6.cc \
                          @abs_top_builddir@/gnuradio-core/src/lib/filter/assembly.h \
                          @abs_top_builddir@/gnuradio-core/src/lib/filter/generate_all.py \
diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index 6f2e1ac7f..52f67c06e 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -66,12 +66,4 @@
 /*! \defgroup usrp USRP					*/
 /*! \defgroup usrp2 USRP2				*/
 
-/*! 
- * \defgroup gcell gcell: Cell Broadband Engine SPE Scheduler & RPC Mechanism
- *
- * For additional information please see the 
- * <a href="http://gnuradio.org/trac/wiki/Gcell">gcell wiki page</a>
- * and <a href="http://comsec.com/papers/gcell-sdrf-2008.pdf">gcell-sdrf-2008.pdf</a>.
- */
-
 /*! \defgroup hardware Misc Hardware Control		*/
-- 
cgit 


From 1ccc199c649c4d391eb544de7d29e292023125a3 Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 16:40:53 -0400
Subject: digital: adding Doxygen group digital

---
 docs/doxygen/other/group_defs.dox | 1 +
 1 file changed, 1 insertion(+)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index 52f67c06e..e063957ba 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -27,6 +27,7 @@
 /*! \defgroup misc_blk Miscellaneous Blocks		*/
 /*! \defgroup slicedice_blk Slicing and Dicing Streams  */
 /*! \defgroup vocoder_blk Voice Encoders and Decoders	*/
+/*! \defgroup digital Digital Modulation Blocks		*/
 
 /*! 
  * \defgroup base_blk Base classes for GR Blocks
-- 
cgit 


From 34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 16:55:33 -0400
Subject: docs: This adds documentation to gr-digital in the form of a
 README.digital and a digital modulation page for the Doxygen manual. The
 manual's main page has been updated to link to the new digital modulation
 page.

---
 docs/doxygen/other/main_page.dox | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 43fcbf67a..4c5aef7a4 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -9,4 +9,6 @@ provide unified documentation for the C++ parts of the system and the
 parts written in Python (mostly hierarchical blocks).  Until this gets
 worked out, please bear with us, or better yet, solve it for us!
 
+\li \ref page_digital
+
 */
-- 
cgit 


From 2656ad175c70322902b960db5ac649c7bbfa0572 Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 17:10:12 -0400
Subject: docs: adding README.vocoder and a Doxygen page for the vocoder block.

---
 docs/doxygen/other/main_page.dox | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 4c5aef7a4..0d2ce5d64 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -9,6 +9,8 @@ provide unified documentation for the C++ parts of the system and the
 parts written in Python (mostly hierarchical blocks).  Until this gets
 worked out, please bear with us, or better yet, solve it for us!
 
+More details on packages in GNU Radio:
 \li \ref page_digital
+\li \ref page_vocoder
 
 */
-- 
cgit 


From a8824153f56cfd1d442422ede0f9cd2f4ee2231e Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 18:01:32 -0400
Subject: doc: adding qtgui Doxygen documentation page and a README file.

---
 docs/doxygen/other/group_defs.dox | 1 +
 docs/doxygen/other/main_page.dox  | 1 +
 2 files changed, 2 insertions(+)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index e063957ba..27b2109dc 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -28,6 +28,7 @@
 /*! \defgroup slicedice_blk Slicing and Dicing Streams  */
 /*! \defgroup vocoder_blk Voice Encoders and Decoders	*/
 /*! \defgroup digital Digital Modulation Blocks		*/
+/*! \defgroup qtgui_blk QT Graphical Interfaces		*/
 
 /*! 
  * \defgroup base_blk Base classes for GR Blocks
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 0d2ce5d64..0abf934d5 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -12,5 +12,6 @@ worked out, please bear with us, or better yet, solve it for us!
 More details on packages in GNU Radio:
 \li \ref page_digital
 \li \ref page_vocoder
+\li \ref page_qtgui
 
 */
-- 
cgit 


From 7ba45cf3452123a4c08a4aa535da76b793d2eaf2 Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 19:23:33 -0400
Subject: docs: adding uhd Doxygen documentation page and README file.

---
 docs/doxygen/other/group_defs.dox | 1 +
 docs/doxygen/other/main_page.dox  | 1 +
 2 files changed, 2 insertions(+)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index 27b2109dc..4dfc842fe 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -29,6 +29,7 @@
 /*! \defgroup vocoder_blk Voice Encoders and Decoders	*/
 /*! \defgroup digital Digital Modulation Blocks		*/
 /*! \defgroup qtgui_blk QT Graphical Interfaces		*/
+/*! \defgroup uhd_blk UHD Interface  			*/
 
 /*! 
  * \defgroup base_blk Base classes for GR Blocks
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 0abf934d5..1d9c0f972 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -13,5 +13,6 @@ More details on packages in GNU Radio:
 \li \ref page_digital
 \li \ref page_vocoder
 \li \ref page_qtgui
+\li \ref page_uhd
 
 */
-- 
cgit 


From 79b68aa7f9f67a3ce2f48582bc062e8c5cba2413 Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 21:58:40 -0400
Subject: docs: adding doc directory, Doxygen page, and README for audio
 package.

---
 docs/doxygen/other/group_defs.dox | 1 +
 docs/doxygen/other/main_page.dox  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index 4dfc842fe..646df6855 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -30,6 +30,7 @@
 /*! \defgroup digital Digital Modulation Blocks		*/
 /*! \defgroup qtgui_blk QT Graphical Interfaces		*/
 /*! \defgroup uhd_blk UHD Interface  			*/
+/*! \defgroup audio_blk Audio Interface  		*/
 
 /*! 
  * \defgroup base_blk Base classes for GR Blocks
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 1d9c0f972..f8d0dcf73 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -10,9 +10,10 @@ parts written in Python (mostly hierarchical blocks).  Until this gets
 worked out, please bear with us, or better yet, solve it for us!
 
 More details on packages in GNU Radio:
+\li \ref page_audio
 \li \ref page_digital
-\li \ref page_vocoder
 \li \ref page_qtgui
 \li \ref page_uhd
+\li \ref page_vocoder
 
 */
-- 
cgit 


From 6d5040371d73b5b12ed6946ddaa4e86c6c81826f Mon Sep 17 00:00:00 2001
From: Tom Rondeau
Date: Sun, 9 Oct 2011 23:30:09 -0400
Subject: docs: force a directory to be checked for generated PMT include file
 to remove a warning.

---
 docs/doxygen/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index a49aa2a6f..356ababfe 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -1307,7 +1307,7 @@ SEARCH_INCLUDES        = YES
 # contain include files that are not input files but should be processed by 
 # the preprocessor.
 
-INCLUDE_PATH           = 
+INCLUDE_PATH           = @top_builddir@/gruel/src/lib/pmt/
 
 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
 # patterns (like *.h and *.hpp) to filter out the header-files in the 
-- 
cgit