-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java.Interop.Tools.JavaSource] Fix remaining parsing errors (#1036)
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 `}`
- Loading branch information
Showing
7 changed files
with
677 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.