Franck Pommereau

API doc extraction

...@@ -10,12 +10,12 @@ already provided, in particular two plugins implement the Petri nets ...@@ -10,12 +10,12 @@ already provided, in particular two plugins implement the Petri nets
10 compositions defined for the Petri Box Calculus and its successors. 10 compositions defined for the Petri Box Calculus and its successors.
11 11
12 @author: Franck Pommereau 12 @author: Franck Pommereau
13 -@organization: University of Paris 12 13 +@organization: University of Evry/Paris-Saclay
14 -@copyright: (C) 2005 Franck Pommereau 14 +@copyright: (C) 2005-2013 Franck Pommereau
15 @license: GNU Lesser General Public Licence (aka. GNU LGPL), see the 15 @license: GNU Lesser General Public Licence (aka. GNU LGPL), see the
16 file `doc/COPYING` in the distribution or visit [the GNU web 16 file `doc/COPYING` in the distribution or visit [the GNU web
17 site](http://www.gnu.org/licenses/licenses.html#LGPL) 17 site](http://www.gnu.org/licenses/licenses.html#LGPL)
18 -@contact: pommereau@univ-paris12.fr 18 +@contact: franck.pommereau@ibisc.univ-evry.fr
19 """ 19 """
20 20
21 version = "0.9.16" 21 version = "0.9.16"
......
...@@ -733,7 +733,8 @@ class OneOf (Type) : ...@@ -733,7 +733,8 @@ class OneOf (Type) :
733 False 733 False
734 """ 734 """
735 def __init__ (self, *values) : 735 def __init__ (self, *values) :
736 - """@param values: the enumeration of the values in the type 736 + """
737 + @param values: the enumeration of the values in the type
737 @type values: any objects 738 @type values: any objects
738 """ 739 """
739 self._values = values 740 self._values = values
......