mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-09 20:18:01 +08:00
Merge remote-tracking branch 'origin/Ghidra_12.1'
This commit is contained in:
+3
@@ -393,6 +393,9 @@ public class JavadocConverter extends DocConverter {
|
|||||||
if (el instanceof ExecutableElement method) {
|
if (el instanceof ExecutableElement method) {
|
||||||
type = (TypeElement) method.getEnclosingElement();
|
type = (TypeElement) method.getEnclosingElement();
|
||||||
}
|
}
|
||||||
|
else if (el instanceof VariableElement variable) {
|
||||||
|
type = (TypeElement) variable.getEnclosingElement();
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
type = (TypeElement) el;
|
type = (TypeElement) el;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user