eric5_doc.py

branch
Py2 comp.
changeset 3161
06f57a834adf
parent 3145
a9de05d4a22f
child 3178
f25fc1364c88
equal deleted inserted replaced
3146:14721e0f3b5b 3161:06f57a834adf
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 Documentation Generator. 8 Eric5 Documentation Generator.
9 9
45 It prints a reference of all commandline parameters that may 45 It prints a reference of all commandline parameters that may
46 be used and ends the application. 46 be used and ends the application.
47 """ 47 """
48 print("eric5_doc") 48 print("eric5_doc")
49 print() 49 print()
50 print("Copyright (c) 2003 - 2013 Detlev Offenbach" 50 print("Copyright (c) 2003 - 2014 Detlev Offenbach"
51 " <detlev@die-offenbachs.de>.") 51 " <detlev@die-offenbachs.de>.")
52 print() 52 print()
53 print("Usage:") 53 print("Usage:")
54 print() 54 print()
55 print(" eric5_doc [options] files...") 55 print(" eric5_doc [options] files...")
134 print( 134 print(
135 """eric5_doc {0}\n""" 135 """eric5_doc {0}\n"""
136 """\n""" 136 """\n"""
137 """Eric5 API documentation generator.\n""" 137 """Eric5 API documentation generator.\n"""
138 """\n""" 138 """\n"""
139 """Copyright (c) 2003-2013 Detlev Offenbach""" 139 """Copyright (c) 2003-2014 Detlev Offenbach"""
140 """ <detlev@die-offenbachs.de>\n""" 140 """ <detlev@die-offenbachs.de>\n"""
141 """This is free software; see the LICENSE.GPL3 for copying""" 141 """This is free software; see the LICENSE.GPL3 for copying"""
142 """ conditions.\n""" 142 """ conditions.\n"""
143 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 143 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
144 """ FOR A\n""" 144 """ FOR A\n"""

eric ide

mercurial