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