diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-13 17:38:12 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-13 17:38:12 -0700 |
commit | 62c6323bdb06d7d3f103d3a75265d45ae6ce00b4 (patch) | |
tree | 7f995aba5eb3f2e0bfeac3a4114307fd2c5a6f3a /docs/doxygen/swig_doc.py | |
parent | 83c6ee03ada6a44788421ebfe813b7d594fc8a7a (diff) | |
parent | 8e013157752f1b42665430fde0f1c6f7d7147153 (diff) |
Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register
Diffstat (limited to 'docs/doxygen/swig_doc.py')
-rw-r--r-- | docs/doxygen/swig_doc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/doxygen/swig_doc.py b/docs/doxygen/swig_doc.py index 4148a546b3..cac784cfe4 100644 --- a/docs/doxygen/swig_doc.py +++ b/docs/doxygen/swig_doc.py @@ -98,6 +98,8 @@ def make_entry(obj, name=None, templ="{description}", description=None): """ if name is None: name=obj.name() + if "operator " in name: + return '' if description is None: description = combine_descriptions(obj) docstring = templ.format(description=description) |