src/eric7/eric7_api.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
10 This is the main Python script of the API generator. It is 10 This is the main Python script of the API generator. It is
11 this script that gets called via the API generation interface. 11 this script that gets called via the API generation 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 """
14 14
15 import fnmatch
16 import glob
15 import os 17 import os
16 import sys 18 import sys
17 import glob 19
18 import fnmatch 20 from eric7 import DocumentationTools, Utilities
19
20 from eric7.Utilities import ModuleParser
21 from eric7.DocumentationTools.APIGenerator import APIGenerator 21 from eric7.DocumentationTools.APIGenerator import APIGenerator
22 from eric7.UI.Info import Version 22 from eric7.UI.Info import Version
23 from eric7 import DocumentationTools, Utilities 23 from eric7.Utilities import ModuleParser
24 24
25 25
26 def usage(): 26 def usage():
27 """ 27 """
28 Function to print some usage information. 28 Function to print some usage information.

eric ide

mercurial