diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 16:41:51 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 16:41:51 -0500 |
commit | c8f9f435ca3006c835ef93de8c437443ea0ec88a (patch) | |
tree | eacf1d934a1af3e55f8729d41d9c6120127e1205 /gr-pager/python | |
parent | 96132193e83a620a24722c978a46e515ee0ddf66 (diff) |
docs: added python doxygen docs to gr-pager
Diffstat (limited to 'gr-pager/python')
-rw-r--r-- | gr-pager/python/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-pager/python/__init__.py b/gr-pager/python/__init__.py index 664b799429..fffefd51d2 100644 --- a/gr-pager/python/__init__.py +++ b/gr-pager/python/__init__.py @@ -21,6 +21,10 @@ # The presence of this file turns this directory into a Python package +''' +The GNU Radio pager application. +''' + from pager_swig import * from flex_demod import flex_demod from pager_utils import * |