-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation #1
Comments
javadoc jar has been added on the project, but even if everything is configured, Visual Studio fail to match documentation / C# api. So it's not working at the moment. In Xamarin.Android.Bindings.targets in the MSBuild for the moment we must replace: <Touch Files="@(JavaDocJar->'$(IntermediateOutputPath)javadocs\%(FileName).stamp')" /> To <Touch Files="@(JavaDocJar->'$(IntermediateOutputPath)javadocs\%(FileName).stamp')" AlwaysCreate="True" /> Also see: dotnet/android#2745 |
As quoted:
|
Add documentation in methods when needed.
Source: https://mozilla.github.io/geckoview/javadoc/mozilla-central/org/mozilla/geckoview/package-tree.html
The text was updated successfully, but these errors were encountered: