rosdoc: disabling rxdeps for now

This commit is contained in:
Ken Conley 2010-01-21 23:36:37 +00:00
parent 75ea0f44d3
commit 183bc1ca29
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ If you are on Ubuntu/Debian, you can install doxygen by typing:
#TODO: move elsewhere
def run_rxdeps(package, pkg_doc_dir):
if 1:
return
try:
command = ['rxdeps', '-s', '--target=%s'%package, '--cluster', '-o', os.path.join(pkg_doc_dir, '%s_deps.pdf'%package)]
print "rxdeping %s [%s]"%(package, ' '.join(command))