eric6/DocumentationTools/ModuleDocumentor.py

changeset 8207
d359172d11be
parent 7987
e8eb8370ea94
child 8230
8b5c6896655b
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
53 Exception class raised, if an invalid documentation tag was found. 53 Exception class raised, if an invalid documentation tag was found.
54 """ 54 """
55 pass 55 pass
56 56
57 57
58 class ModuleDocument(object): 58 class ModuleDocument:
59 """ 59 """
60 Class implementing the builtin documentation generator. 60 Class implementing the builtin documentation generator.
61 """ 61 """
62 def __init__(self, module, colors, stylesheet=None): 62 def __init__(self, module, colors, stylesheet=None):
63 """ 63 """

eric ide

mercurial