You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: dotnet/android#5485
In an attempt to generate updated documentation for API 30 I've noticed
a minor issue in generator. When a `<javadoc>` element contains
multiple @return values, we will generate multiple `<returns>` elements
in our C# documentation. This results in invalid C# documentation with
partially missing return information, and the second `<returns>` element
value is not displayed in IDE intellisense. This also causes an issue
when the xml is processed by `mdoc`. These extra return lines will
continue to be appended to the `mdoc` output every time the tool is ran
against the invalid `Mono.Android.xml`.
Copy file name to clipboardExpand all lines: src/Java.Interop.Tools.JavaSource/Java.Interop.Tools.JavaSource/SourceJavadocToXmldocGrammar.BlockTagsBnfTerms.cs
0 commit comments