get_javadoc
Retrieve parsed Javadoc documentation for Java symbols, including summaries, parameters, returns, and exceptions. Position on any documented symbol to access its documentation.
Instructions
Get parsed Javadoc documentation for a symbol.
USAGE: Position on any documented symbol OUTPUT: Parsed Javadoc with summary, @param, @return, @throws, etc.
IMPORTANT: Uses ZERO-BASED coordinates.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number |