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