[pytango] 413/483: Fix documentation generation
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 7db6c60c1113af0fd019a257cccb14cc8261f55c
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Tue Sep 30 12:24:07 2014 +0000
Fix documentation generation
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@26597 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
src/boost/python/device_class.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/boost/python/device_class.py b/src/boost/python/device_class.py
index ff71336..38888c1 100644
--- a/src/boost/python/device_class.py
+++ b/src/boost/python/device_class.py
@@ -680,6 +680,10 @@ def __doc_DeviceClass():
is sent to to the device server process.
The second version of the method is available only under Linux.
+ Throws PyTango.DevFailed:
+ - if the signal number is out of range
+ - if the operating system failed to register a signal for the process.
+
Parameters :
- signo : (int) signal identifier
- own_handler : (bool) true if you want the device signal handler
@@ -688,10 +692,6 @@ def __doc_DeviceClass():
is set to true, care should be taken on how the
handler is written. A default false value is provided
- Throws PyTango.DevFailed:
- - if the signal number is out of range
- - if the operating system failed to register a signal for the process.
-
Return : None
""" )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list