Uh oh!
There was an error while loading. Please reload this page.
Add new DroidDoc/JavaStub parser for parameter names retrieval. - #208
Conversation
These tools are used for new parameter names fixup in xamarin-android so that we can test generator sanity for Mono.Android.dll and also that we don't have to check in api-*.xml.in anymore.
jonpryor
commented
Nov 10, 2017
Would it make sense/be possible to "better integrate" these utilities? For example:
I suspect that the reason for this directory layout is to simplify future merging/parallel development in |
atsushieno
commented
Nov 10, 2017
Moving directories around is doable, but the reason why they are put under build-tools is because they are build-time-only tools. And having build-tools/Xamarin.Android.ApiTools.ParameterNamesExtractor and build-tools/xamarin-android-docimporter-ng is not very helpful to understand the relationship between those two. I don't see the point of changing current directory structure. |
These tools are used for new parameter names fixup in xamarin-android
so that we can test generator sanity for Mono.Android.dll and also that
we don't have to check in api-*.xml.in anymore.