9652:75881562981b | 9653:e67609152c5e |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 | 3 |
4 # Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> | 4 # Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # | 5 # |
6 | 6 |
7 """ | 7 """ |
8 eric Documentation Generator. | 8 eric Documentation Generator. |
9 | 9 |
39 It prints a reference of all commandline parameters that may | 39 It prints a reference of all commandline parameters that may |
40 be used and ends the application. | 40 be used and ends the application. |
41 """ | 41 """ |
42 print("eric7_doc") | 42 print("eric7_doc") |
43 print() | 43 print() |
44 print("Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>.") | 44 print("Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.") |
45 print() | 45 print() |
46 print("Usage:") | 46 print("Usage:") |
47 print() | 47 print() |
48 print(" eric7_doc [options] files...") | 48 print(" eric7_doc [options] files...") |
49 print() | 49 print() |
128 print( | 128 print( |
129 """eric7_doc {0}\n""" | 129 """eric7_doc {0}\n""" |
130 """\n""" | 130 """\n""" |
131 """eric API documentation generator.\n""" | 131 """eric API documentation generator.\n""" |
132 """\n""" | 132 """\n""" |
133 """Copyright (c) 2003-2022 Detlev Offenbach""" | 133 """Copyright (c) 2003-2023 Detlev Offenbach""" |
134 """ <detlev@die-offenbachs.de>\n""" | 134 """ <detlev@die-offenbachs.de>\n""" |
135 """This is free software; see the LICENSE.GPL3 for copying""" | 135 """This is free software; see the LICENSE.GPL3 for copying""" |
136 """ conditions.\n""" | 136 """ conditions.\n""" |
137 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" | 137 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
138 """ FOR A\n""" | 138 """ FOR A\n""" |