eric6/eric6_doc.py

branch
maintenance
changeset 7362
028bf21bb5a2
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7351:274baadc5686 7362:028bf21bb5a2
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2019 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Documentation Generator. 8 Eric6 Documentation Generator.
9 9
40 It prints a reference of all commandline parameters that may 40 It prints a reference of all commandline parameters that may
41 be used and ends the application. 41 be used and ends the application.
42 """ 42 """
43 print("eric6_doc") 43 print("eric6_doc")
44 print() 44 print()
45 print("Copyright (c) 2003 - 2019 Detlev Offenbach" 45 print("Copyright (c) 2003 - 2020 Detlev Offenbach"
46 " <detlev@die-offenbachs.de>.") 46 " <detlev@die-offenbachs.de>.")
47 print() 47 print()
48 print("Usage:") 48 print("Usage:")
49 print() 49 print()
50 print(" eric6_doc [options] files...") 50 print(" eric6_doc [options] files...")
129 print( 129 print(
130 """eric6_doc {0}\n""" 130 """eric6_doc {0}\n"""
131 """\n""" 131 """\n"""
132 """Eric6 API documentation generator.\n""" 132 """Eric6 API documentation generator.\n"""
133 """\n""" 133 """\n"""
134 """Copyright (c) 2003-2019 Detlev Offenbach""" 134 """Copyright (c) 2003-2020 Detlev Offenbach"""
135 """ <detlev@die-offenbachs.de>\n""" 135 """ <detlev@die-offenbachs.de>\n"""
136 """This is free software; see the LICENSE.GPL3 for copying""" 136 """This is free software; see the LICENSE.GPL3 for copying"""
137 """ conditions.\n""" 137 """ conditions.\n"""
138 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 138 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
139 """ FOR A\n""" 139 """ FOR A\n"""

eric ide

mercurial