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 |