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
All 431 instances of `JavadocImport-Error` that would occur when
generating API docs for `Mono.Android.dll` have been fixed.
Problematic scenarios that have been fixed include:
* `@hide` and `@inheritDoc` tags with trailing content
* `<tt>` or `<i>` elements with no closing tag
* `<pre>` elements with an attribute and/or no closing elements
* `<a name="">` or `<a id="">` elements inside of an unclosed `<p>` element
* `<a href="">` elements with mixed casing or spacing
* `{@link foo` tags without a closing bracket
* Any extra occurrences of `@`, `{`, or `}`
Copy file name to clipboardExpand all lines: src/Java.Interop.Tools.JavaSource/Java.Interop.Tools.JavaSource/SourceJavadocToXmldocGrammar.BlockTagsBnfTerms.cs
Copy file name to clipboardExpand all lines: src/Java.Interop.Tools.JavaSource/Java.Interop.Tools.JavaSource/SourceJavadocToXmldocGrammar.HtmlBnfTerms.cs
Copy file name to clipboardExpand all lines: src/Java.Interop.Tools.JavaSource/Java.Interop.Tools.JavaSource/SourceJavadocToXmldocGrammar.InlineTagsBnfTerms.cs
0 commit comments