eric6/eric6_doc.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8222
5994b80b8760
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2003 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Documentation Generator. 8 eric Documentation Generator.
9 9
10 This is the main Python script of the documentation generator. It is 10 This is the main Python script of the documentation generator. It is
11 this script that gets called via the source documentation interface. 11 this script that gets called via the source documentation interface.
12 This script can be used via the commandline as well. 12 This script can be used via the commandline as well.
13 """ 13 """
126 Function to show the version information. 126 Function to show the version information.
127 """ 127 """
128 print( 128 print(
129 """eric6_doc {0}\n""" 129 """eric6_doc {0}\n"""
130 """\n""" 130 """\n"""
131 """Eric6 API documentation generator.\n""" 131 """eric API documentation generator.\n"""
132 """\n""" 132 """\n"""
133 """Copyright (c) 2003-2021 Detlev Offenbach""" 133 """Copyright (c) 2003-2021 Detlev Offenbach"""
134 """ <detlev@die-offenbachs.de>\n""" 134 """ <detlev@die-offenbachs.de>\n"""
135 """This is free software; see the LICENSE.GPL3 for copying""" 135 """This is free software; see the LICENSE.GPL3 for copying"""
136 """ conditions.\n""" 136 """ conditions.\n"""

eric ide

mercurial