doxygen_xml doc
This commit is contained in:
parent
09b587b379
commit
484db0dedc
|
@ -1158,6 +1158,9 @@ def doxygen(*input):
|
|||
|
||||
|
||||
def doxygen_xml(a):
|
||||
'''
|
||||
Arg: <xml directory generated by doxygen> - extracts call graph
|
||||
'''
|
||||
g = my_graph()
|
||||
for x in list(glob.glob(os.path.join(a, "*.xml")) + [a]):
|
||||
# print(x)
|
||||
|
|
Loading…
Reference in New Issue