Commit d64087c
authored
[generator] Use the correct javadoc element (#934)
Fixes: #933
Fixes a bug when attempting to find the `<javadoc/>` element that is
associated with a specific member name and jni-signature. When a type
contained multiple members with the same name, we would always return
the first `<javadoc/>` that matched the member name, rather than the
one that matched both the name and signature.1 parent aac3e9a commit d64087c
File tree
1 file changed
+1
-1
lines changed- tools/generator/Java.Interop.Tools.Generator.Transformation
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments