2533:8fb5922867f2 | 2538:b2642e7a4c18 |
---|---|
8 | 8 |
9 """ | 9 """ |
10 | 10 |
11 | 11 |
12 from __future__ import unicode_literals # __IGNORE_WARNING__ | 12 from __future__ import unicode_literals # __IGNORE_WARNING__ |
13 | |
13 | 14 |
14 class APIGenerator(object): | 15 class APIGenerator(object): |
15 """ | 16 """ |
16 Class implementing the builtin documentation generator. | 17 Class implementing the builtin documentation generator. |
17 """ | 18 """ |