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) |