eric6/DocumentationTools/APIGenerator.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
child 8222
5994b80b8760
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
6 """ 6 """
7 Module implementing the builtin API generator. 7 Module implementing the builtin API generator.
8 """ 8 """
9 9
10 10
11 class APIGenerator(object): 11 class APIGenerator:
12 """ 12 """
13 Class implementing the builtin documentation generator. 13 Class implementing the builtin documentation generator.
14 """ 14 """
15 def __init__(self, module): 15 def __init__(self, module):
16 """ 16 """

eric ide

mercurial