diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 20:27:35 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 20:27:35 -0500 |
commit | c04d53d32513a48187aa51efc9e99e9a140a2689 (patch) | |
tree | 4a4e1e25ae9b2be5d65c9396e654d699ed90c7b8 /gr-howto-write-a-block-cmake/python | |
parent | 355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce (diff) |
docs: added doxygen and swig docs building tools into howto (cmake version only).
Diffstat (limited to 'gr-howto-write-a-block-cmake/python')
-rw-r--r-- | gr-howto-write-a-block-cmake/python/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-howto-write-a-block-cmake/python/__init__.py b/gr-howto-write-a-block-cmake/python/__init__.py index d4a41c271b..86395851d1 100644 --- a/gr-howto-write-a-block-cmake/python/__init__.py +++ b/gr-howto-write-a-block-cmake/python/__init__.py @@ -18,6 +18,11 @@ # The presence of this file turns this directory into a Python package +''' +This is the GNU Radio HOWTO module. Place your Python package +description here (python/__init__.py). +''' + # ---------------------------------------------------------------- # Temporary workaround for ticket:181 (swig+python problem) import sys |