eric5_doc.py

changeset 2302
f29e9405c851
parent 1509
c0b5e693b0eb
child 2525
8b507a9a2d40
child 2633
3231fa5bcb25
child 3163
9f50365a0870
equal deleted inserted replaced
2301:cfab9cb261d2 2302:f29e9405c851
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 Documentation Generator 8 Eric5 Documentation Generator
9 9
36 It prints a reference of all commandline parameters that may 36 It prints a reference of all commandline parameters that may
37 be used and ends the application. 37 be used and ends the application.
38 """ 38 """
39 print("eric5_doc") 39 print("eric5_doc")
40 print() 40 print()
41 print("Copyright (c) 2003 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>.") 41 print("Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>.")
42 print() 42 print()
43 print("Usage:") 43 print("Usage:")
44 print() 44 print()
45 print(" eric5_doc [options] files...") 45 print(" eric5_doc [options] files...")
46 print() 46 print()
122 """ 122 """
123 print("""eric5_doc {0} 123 print("""eric5_doc {0}
124 124
125 Eric5 API documentation generator. 125 Eric5 API documentation generator.
126 126
127 Copyright (c) 2003-2012 Detlev Offenbach <detlev@die-offenbachs.de> 127 Copyright (c) 2003-2013 Detlev Offenbach <detlev@die-offenbachs.de>
128 This is free software; see the LICENSE.GPL3 for copying conditions. 128 This is free software; see the LICENSE.GPL3 for copying conditions.
129 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 129 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
130 PARTICULAR PURPOSE.""".format(Version)) 130 PARTICULAR PURPOSE.""".format(Version))
131 sys.exit(1) 131 sys.exit(1)
132 132

eric ide

mercurial