DocumentationTools/APIGenerator.py

branch
Py2 comp.
changeset 2538
b2642e7a4c18
parent 2525
8b507a9a2d40
child 3057
10516539f238
equal deleted inserted replaced
2533:8fb5922867f2 2538:b2642e7a4c18
8 8
9 """ 9 """
10 10
11 11
12 from __future__ import unicode_literals # __IGNORE_WARNING__ 12 from __future__ import unicode_literals # __IGNORE_WARNING__
13
13 14
14 class APIGenerator(object): 15 class APIGenerator(object):
15 """ 16 """
16 Class implementing the builtin documentation generator. 17 Class implementing the builtin documentation generator.
17 """ 18 """

eric ide

mercurial