eric5_doc.py

changeset 2965
d133c7edd88a
parent 2633
3231fa5bcb25
child 2992
dbdf27746da5
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
3 3
4 # Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 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 """
133 133
134 def main(): 134 def main():
135 """ 135 """
136 Main entry point into the application. 136 Main entry point into the application.
137 """ 137 """
138
139 import getopt 138 import getopt
140 139
141 try: 140 try:
142 opts, args = getopt.getopt(sys.argv[1:], "c:ehio:Rrt:Vx:", 141 opts, args = getopt.getopt(sys.argv[1:], "c:ehio:Rrt:Vx:",
143 ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=", 142 ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=",

eric ide

mercurial