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 """ |
|
14 |
|
15 from __future__ import unicode_literals # __IGNORE_WARNING__ |
14 |
16 |
15 import glob |
17 import glob |
16 import os |
18 import os |
17 import sys |
19 import sys |
18 import fnmatch |
20 import fnmatch |