eric5-doc.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 21
b88a0e6268bd
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 Documentation Generator 8 Eric5 Documentation Generator
9 9
10 This is the main Python script of the documentation generator. It is 10 This is the main Python script of the documentation generator. It is
11 this script that gets called via the source documentation interface. 11 this script that gets called via the source documentation interface.
12 This script can be used via the commandline as well. 12 This script can be used via the commandline as well.
13 """ 13 """
117 """ 117 """
118 Function to show the version information. 118 Function to show the version information.
119 """ 119 """
120 print("""eric5-doc %s 120 print("""eric5-doc %s
121 121
122 Eric4 API documentation generator. 122 Eric5 API documentation generator.
123 123
124 Copyright (c) 2003-2010 Detlev Offenbach <detlev@die-offenbachs.de> 124 Copyright (c) 2003-2010 Detlev Offenbach <detlev@die-offenbachs.de>
125 This is free software; see the LICENSE.GPL3 for copying conditions. 125 This is free software; see the LICENSE.GPL3 for copying conditions.
126 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 126 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
127 PARTICULAR PURPOSE.""" % Version) 127 PARTICULAR PURPOSE.""" % Version)

eric ide

mercurial