diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 19:23:33 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 19:24:43 -0400 |
commit | 7ba45cf3452123a4c08a4aa535da76b793d2eaf2 (patch) | |
tree | dff9ac711b8d46b2740cbb5417eb6e9f8e9cc6bc /gr-uhd/swig | |
parent | 811e6f6185967656c2b044f9872a3401fea7c305 (diff) |
docs: adding uhd Doxygen documentation page and README file.
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r-- | gr-uhd/swig/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/swig/__init__.py b/gr-uhd/swig/__init__.py index 1f82b4a26b..c63d3cc571 100644 --- a/gr-uhd/swig/__init__.py +++ b/gr-uhd/swig/__init__.py @@ -19,6 +19,12 @@ # Boston, MA 02110-1301, USA. # +''' +This is the GNU Radio UHD package. It is the interface to the UHD +library to connect to and send and receive data between the Ettus +Research, LLC product line. +''' + ######################################################################## # Prepare uhd swig module to make it more pythonic ######################################################################## |