eric5-doc.py

branch
5_0_x
changeset 792
a13346916170
parent 253
3ccdf551bde7
equal deleted inserted replaced
787:892790a71515 792:a13346916170
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 Documentation Generator 8 Eric5 Documentation Generator
9 9
35 It prints a reference of all commandline parameters that may 35 It prints a reference of all commandline parameters that may
36 be used and ends the application. 36 be used and ends the application.
37 """ 37 """
38 print("eric5-doc") 38 print("eric5-doc")
39 print() 39 print()
40 print("Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>.") 40 print("Copyright (c) 2003 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>.")
41 print() 41 print()
42 print("Usage:") 42 print("Usage:")
43 print() 43 print()
44 print(" eric5-doc [options] files...") 44 print(" eric5-doc [options] files...")
45 print() 45 print()
120 """ 120 """
121 print("""eric5-doc %s 121 print("""eric5-doc %s
122 122
123 Eric5 API documentation generator. 123 Eric5 API documentation generator.
124 124
125 Copyright (c) 2003-2010 Detlev Offenbach <detlev@die-offenbachs.de> 125 Copyright (c) 2003-2011 Detlev Offenbach <detlev@die-offenbachs.de>
126 This is free software; see the LICENSE.GPL3 for copying conditions. 126 This is free software; see the LICENSE.GPL3 for copying conditions.
127 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 127 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
128 PARTICULAR PURPOSE.""" % Version) 128 PARTICULAR PURPOSE.""" % Version)
129 sys.exit(1) 129 sys.exit(1)
130 130

eric ide

mercurial