Skip to content

Commit

Permalink
Fix Javadoc instance parameter name conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Sep 22, 2024
1 parent 5dae39c commit 7a128e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private InstanceParameter findInstanceParameter(Node node) {
*/
public String convert(Documentation doc) {
this.doc = doc;
this.instanceParameter = findInstanceParameter(doc);
this.instanceParameter = findInstanceParameter(doc.parent());
this.ul = false;
String input = doc.text();

Expand Down

0 comments on commit 7a128e0

Please sign in to comment.