eric6/DocumentationTools/QtHelpGenerator.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
child 8220
006ee31b4835
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
53 HelpHelpFile = 'source.qch' 53 HelpHelpFile = 'source.qch'
54 HelpCollectionProjectFile = 'source.qhcp' 54 HelpCollectionProjectFile = 'source.qhcp'
55 HelpCollectionFile = 'collection.qhc' 55 HelpCollectionFile = 'collection.qhc'
56 56
57 57
58 class QtHelpGenerator(object): 58 class QtHelpGenerator:
59 """ 59 """
60 Class implementing the QtHelp generator for the builtin documentation 60 Class implementing the QtHelp generator for the builtin documentation
61 generator. 61 generator.
62 """ 62 """
63 def __init__(self, htmlDir, 63 def __init__(self, htmlDir,

eric ide

mercurial