OpenCV Manager documentation updated.

Diagram rendering script updated.
This commit is contained in:
Alexander Smorkalov
2012-10-09 10:33:26 +04:00
parent 4b808b1199
commit 9ab19691d4
12 changed files with 30 additions and 24 deletions

2
android/service/doc/build_uml.py Normal file → Executable file
View File

@@ -20,4 +20,4 @@ if (not os.path.exists(TARGET_PATH)):
for filename in os.listdir("."):
if ("dia" == filename[-3:]):
os.system("%s --export %s %s" % (DiaPath, os.path.join(TARGET_PATH, filename + ".png"), filename))
os.system("%s --export %s %s" % (DiaPath, os.path.join(TARGET_PATH, filename[0:len(filename)-4] + ".png"), filename))