From 10a2ca77da761fb63303643cf79b3f50cbcf698f Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Wed, 6 Nov 2019 11:23:26 +0200 Subject: [PATCH] fixup! +doxygen_xml --- srcxray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/srcxray.py b/srcxray.py index d4a6978..f76529f 100755 --- a/srcxray.py +++ b/srcxray.py @@ -1065,6 +1065,7 @@ def usage(): print(me, "cflow_linux") print(me, "\"write_dot(import_outline('outline.txt'),'outline.dot')\"") print(me, "\"write_dot(dir_tree('.'),'tree.dot')\"") + print(me, "\"write_dot(doxygen_xml('xml/'),'doxygen.dot')\"") print("Emergency termination: ^Z, kill %1") print()