2019-06-20 16:59:30 +02:00
|
|
|
"""
|
|
|
|
Contains generated files produced by generateDS.py.
|
|
|
|
|
|
|
|
These do the real work of parsing the doxygen xml files but the
|
|
|
|
resultant classes are not very friendly to navigate so the rest of the
|
|
|
|
doxyxml module processes them further.
|
|
|
|
"""
|
2019-09-16 23:02:01 +02:00
|
|
|
from __future__ import unicode_literals
|