42 It prints a reference of all commandline parameters that may |
42 It prints a reference of all commandline parameters that may |
43 be used and ends the application. |
43 be used and ends the application. |
44 """ |
44 """ |
45 print("eric7_doc") |
45 print("eric7_doc") |
46 print() |
46 print() |
47 print("Copyright (c) 2003 - 2021 Detlev Offenbach" |
47 print("Copyright (c) 2003 - 2022 Detlev Offenbach" |
48 " <detlev@die-offenbachs.de>.") |
48 " <detlev@die-offenbachs.de>.") |
49 print() |
49 print() |
50 print("Usage:") |
50 print("Usage:") |
51 print() |
51 print() |
52 print(" eric7_doc [options] files...") |
52 print(" eric7_doc [options] files...") |
131 print( |
131 print( |
132 """eric7_doc {0}\n""" |
132 """eric7_doc {0}\n""" |
133 """\n""" |
133 """\n""" |
134 """eric API documentation generator.\n""" |
134 """eric API documentation generator.\n""" |
135 """\n""" |
135 """\n""" |
136 """Copyright (c) 2003-2021 Detlev Offenbach""" |
136 """Copyright (c) 2003-2022 Detlev Offenbach""" |
137 """ <detlev@die-offenbachs.de>\n""" |
137 """ <detlev@die-offenbachs.de>\n""" |
138 """This is free software; see the LICENSE.GPL3 for copying""" |
138 """This is free software; see the LICENSE.GPL3 for copying""" |
139 """ conditions.\n""" |
139 """ conditions.\n""" |
140 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
140 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
141 """ FOR A\n""" |
141 """ FOR A\n""" |