doxygen_xml doc

This commit is contained in:
Costa Shulyupin 2020-07-20 12:12:52 +03:00
parent 09b587b379
commit 484db0dedc
1 changed files with 3 additions and 0 deletions

View File

@ -1158,6 +1158,9 @@ def doxygen(*input):
def doxygen_xml(a): def doxygen_xml(a):
'''
Arg: <xml directory generated by doxygen> - extracts call graph
'''
g = my_graph() g = my_graph()
for x in list(glob.glob(os.path.join(a, "*.xml")) + [a]): for x in list(glob.glob(os.path.join(a, "*.xml")) + [a]):
# print(x) # print(x)