eric7/eric7_doc.py

branch
eric7
changeset 8881
54e42bc2437a
parent 8605
43bd6ec9198f
equal deleted inserted replaced
8880:4b631598f752 8881:54e42bc2437a
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 eric Documentation Generator. 8 eric Documentation Generator.
9 9
42 It prints a reference of all commandline parameters that may 42 It prints a reference of all commandline parameters that may
43 be used and ends the application. 43 be used and ends the application.
44 """ 44 """
45 print("eric7_doc") 45 print("eric7_doc")
46 print() 46 print()
47 print("Copyright (c) 2003 - 2021 Detlev Offenbach" 47 print("Copyright (c) 2003 - 2022 Detlev Offenbach"
48 " <detlev@die-offenbachs.de>.") 48 " <detlev@die-offenbachs.de>.")
49 print() 49 print()
50 print("Usage:") 50 print("Usage:")
51 print() 51 print()
52 print(" eric7_doc [options] files...") 52 print(" eric7_doc [options] files...")
131 print( 131 print(
132 """eric7_doc {0}\n""" 132 """eric7_doc {0}\n"""
133 """\n""" 133 """\n"""
134 """eric API documentation generator.\n""" 134 """eric API documentation generator.\n"""
135 """\n""" 135 """\n"""
136 """Copyright (c) 2003-2021 Detlev Offenbach""" 136 """Copyright (c) 2003-2022 Detlev Offenbach"""
137 """ <detlev@die-offenbachs.de>\n""" 137 """ <detlev@die-offenbachs.de>\n"""
138 """This is free software; see the LICENSE.GPL3 for copying""" 138 """This is free software; see the LICENSE.GPL3 for copying"""
139 """ conditions.\n""" 139 """ conditions.\n"""
140 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 140 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
141 """ FOR A\n""" 141 """ FOR A\n"""

eric ide

mercurial