eric6_doc.py

changeset 6048
82ad8ec9548c
parent 5587
ea526b78ee6c
child 6303
ec9ebaf206fb
equal deleted inserted replaced
6047:39586a2de99d 6048:82ad8ec9548c
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Documentation Generator. 8 Eric6 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("eric6_doc") 48 print("eric6_doc")
49 print() 49 print()
50 print("Copyright (c) 2003 - 2017 Detlev Offenbach" 50 print("Copyright (c) 2003 - 2018 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(" eric6_doc [options] files...") 55 print(" eric6_doc [options] files...")
134 print( 134 print(
135 """eric6_doc {0}\n""" 135 """eric6_doc {0}\n"""
136 """\n""" 136 """\n"""
137 """Eric6 API documentation generator.\n""" 137 """Eric6 API documentation generator.\n"""
138 """\n""" 138 """\n"""
139 """Copyright (c) 2003-2017 Detlev Offenbach""" 139 """Copyright (c) 2003-2018 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