diff --git a/Source/Documentation/Runme.py b/Source/Documentation/Runme.py index b0b8728..9222f88 100755 --- a/Source/Documentation/Runme.py +++ b/Source/Documentation/Runme.py @@ -41,7 +41,7 @@ def create_page(orig_path, page_name, page_header): javaSrc = os.path.join('..', '..', 'Wrappers', 'java', 'OpenNI.java', 'src', 'org', 'openni') # workaround a strange linux behavior where you must pass the list of files -cmd = [javaDocExe, '-d', 'java'] +cmd = [javaDocExe, '-d', 'java', '-Xdoclint:none'] for root, dirs, files in os.walk(javaSrc): for file in files: cmd.append(os.path.join(root, file))