Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java.Interop.Tools.JavaSource] Remove block and inline @cref values #844

Merged
merged 1 commit into from
Nov 8, 2021

Commits on Oct 27, 2021

  1. [Java.Interop.Tools.JavaSource] Remove block and inline @cref values

    Context: dotnet#843
    Context: xamarin/android-api-docs#23
    
    A handful of "broken" Javadoc to C# Doc conversions have been disabled
    for now.  This will hopefully help reduce the number of new warnings
    introduced by xamarin/android-api-docs#23, and
    allow us to get an initial major documentation update landed in the
    short term.  Longer term, we will revisit and fix these Javadoc
    conversion issues.
    
    Additionally, `Javadoc.cs` has been removed from tools/generator as it
    appeared to be an unused partial duplicate of `JavadocInfo.cs`.
    
    Finally, the `<tt>` tag is no longer supported in our docs build:
    
        HTML tag 'tt' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
    
    It has been replaced with `<code>` when generating Android Doc links.
    pjcollins committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    929b768 View commit details
    Browse the repository at this point in the history