commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4422 - gnuradio/branches/releases/3.0/gnuradio-core/d


From: jcorgan
Subject: [Commit-gnuradio] r4422 - gnuradio/branches/releases/3.0/gnuradio-core/doc
Date: Wed, 7 Feb 2007 12:52:26 -0700 (MST)

Author: jcorgan
Date: 2007-02-07 12:52:26 -0700 (Wed, 07 Feb 2007)
New Revision: 4422

Modified:
   gnuradio/branches/releases/3.0/gnuradio-core/doc/Doxyfile.in
Log:
Applied changeset r4351 (with minor edits) to release branch.

Modified: gnuradio/branches/releases/3.0/gnuradio-core/doc/Doxyfile.in
===================================================================
--- gnuradio/branches/releases/3.0/gnuradio-core/doc/Doxyfile.in        
2007-02-07 19:35:25 UTC (rev 4421)
+++ gnuradio/branches/releases/3.0/gnuradio-core/doc/Doxyfile.in        
2007-02-07 19:52:26 UTC (rev 4422)
@@ -17,7 +17,7 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = "GNU Radio 2.x"
+PROJECT_NAME           = "GNU Radio @VERSION@"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -447,8 +447,20 @@
 
 INPUT                  = @top_srcdir@/gnuradio-core/src/lib \
                          @top_srcdir@/gnuradio-core/src/tests \
-                         @top_srcdir@/gnuradio-core/doc/other
+                         @top_srcdir@/gnuradio-core/doc/other \
+                        @top_srcdir@/gr-audio-alsa \
+                        @top_srcdir@/gr-audio-jack \
+                        @top_srcdir@/gr-audio-oss \
+                        @top_srcdir@/gr-audio-osx \
+                        @top_srcdir@/gr-audio-portaudio \
+                        @top_srcdir@/gr-gsm-fr-vocoder \
+                        @top_srcdir@/gr-radio-astronomy \
+                        @top_srcdir@/gr-trellis \
+                        @top_srcdir@/gr-usrp \
+                        @top_srcdir@/gr-video-sdl \
+                        @top_srcdir@/usrp/host
 
+
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
 # and *.h) to filter out the source-files in the directories. If left 
@@ -470,12 +482,23 @@
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT 
tag.
 
-EXCLUDE                = CVS \
-                         
@top_srcdir@/gnuradio-core/src/lib/swig/gnuradio_swig_python.cc \
-                         @top_srcdir@/gnuradio-core/src/lib/atsc \
-                         @top_srcdir@/gnuradio-core/src/lib/io-orig \
-                         @top_srcdir@/gnuradio-core/src/lib/vrx
+EXCLUDE                = CVS .svn .libs .deps \
+                        
@top_builddir@/gnuradio-core/src/lib/swig/gnuradio_swig_python_.cc \
+                        @top_builddir@/gr-atsc/src/lib/atsc.cc \
+                        @top_builddir@/gr-audio-alsa/src/audio_alsa.cc \
+                        @top_builddir@/gr-audio-jack/src/audio_jack.cc \
+                        @top_builddir@/gr-audio-oss/src/audio_oss.cc \
+                        @top_builddir@/gr-audio-osx/src/audio_osx.cc \
+                        
@top_builddir@/gr-audio-portaudio/src/audio_portaudio.cc \
+                        @top_builddir@/gr-audio-windows/src/audio_windows.cc \
+                        
@top_builddir@/gr-gsm-fr-vocoder/src/lib/gsm_full_rate.cc \
+                        @top_builddir@/gr-radio-astronomy/src/lib/ra.cc \
+                        @top_builddir@/gr-trellis/src/lib/trellis.cc \
+                        @top_builddir@/gr-usrp/src/usrp1.cc \
+                        @top_builddir@/gr-video-sdl/src/video_sdl.cc \
+                        @top_builddir@/usrp/host/swig/prims.cc
 
+
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded 
 # from the input.





reply via email to

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