eric6/DocumentationTools/ModuleDocumentor.py

changeset 7780
41420f82c0ac
parent 7360
9190402e4505
child 7888
803f811dc466
child 7924
8a96736d465e
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
8 8
9 The different parts of the module document are assembled from the parsed 9 The different parts of the module document are assembled from the parsed
10 Python file. The appearance is determined by several templates defined within 10 Python file. The appearance is determined by several templates defined within
11 this module. 11 this module.
12 """ 12 """
13
14 13
15 import sys 14 import sys
16 import re 15 import re
17 16
18 from Utilities import html_uencode 17 from Utilities import html_uencode

eric ide

mercurial