Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.libdocpkg.javabuilder Namespace Reference

Classes

class  JavaDocBuilder
 

Functions

def ClassDoc (path)
 Process the given Java source file and return ClassDoc instance. More...
 

Function Documentation

◆ ClassDoc()

def robotide.lib.robot.libdocpkg.javabuilder.ClassDoc (   path)

Process the given Java source file and return ClassDoc instance.

Processing is done using com.sun.tools.javadoc APIs. Returned object
implements com.sun.javadoc.ClassDoc interface:
http://docs.oracle.com/javase/7/docs/jdk/api/javadoc/doclet/

Definition at line 109 of file javabuilder.py.