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 """ |