DRONE is a tool that detects and repairs defects in API documentation by analyzing documentation directives and source code. It uses natural language processing techniques to extract constraints from documentation and builds abstract syntax trees from code to classify parameter usage. DRONE was evaluated on 8 Java libraries and Android APIs, detecting 1291 real defects with a precision over 76%, recall over 84%, and F-measure over 80%. It also provides repair recommendations for the detected defects based on predefined templates.