Commit 2c77a8d
authored
[param-name-importer] Integrate xamarin-android-docimporter-ng (#560)
Commit e0a0daf added `build-tools/xamarin-android-docimporter-ng`,
which is a utility to assist extracting Java method parameter names
from Android DroidDoc documentation and from the
`android-stubs-src.jar` files included in the Android SDK, by using a
minimal Irony-based parser for a subset of the Java language grammar.
`build-tools/xamarin-android-docimporter-ng` was a "clone" of
https://github.com/atsushieno/xamarin-android-docimporter-ng.
As a "clone", it was not "integrated" with the rest of the repo.
Integrate `xamarin-android-docimporter-ng` into the repo:
1. Add a new `src/Java.Interop.Tools.JavaSource` assembly which
contains the Java language grammer code. This will be useful
"elsewhere", in particular for extracting JavaDoc documentation.
2. Add a new `tests/Java.Interop.Tools.JavaSource-Tests` assembly
which contains unit tests for `Java.Interop.Tools.JavaSource.dll`.
3. Add a new `tools/param-name-importer` utility.
`param-name-importer.exe` is the `.exe` formerly known as
`xamarin-android-docimporter-ng.exe`.
With the integration complete, remove
`build-tools/xamarin-android-docimporter-ng`.1 parent 621e297 commit 2c77a8d
File tree
31 files changed
+254
-635
lines changed- build-tools/xamarin-android-docimporter-ng
- Xamarin.Android.ApiTools.ParameterNameExtractor
- Properties
- xamarin-android-docimporter-ng
- Properties
- src
- Java.Interop.Tools.JavaSource
- Java.Interop.Tools.JavaSource
- Xamarin.Android.Tools.ApiXmlAdjuster
- tests/Java.Interop.Tools.JavaSource-Tests
- tools/param-name-importer
31 files changed
+254
-635
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| |||
232 | 238 | | |
233 | 239 | | |
234 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
235 | 249 | | |
236 | 250 | | |
237 | 251 | | |
| |||
245 | 259 | | |
246 | 260 | | |
247 | 261 | | |
| 262 | + | |
248 | 263 | | |
249 | 264 | | |
250 | 265 | | |
| |||
272 | 287 | | |
273 | 288 | | |
274 | 289 | | |
| 290 | + | |
| 291 | + | |
275 | 292 | | |
276 | 293 | | |
277 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
This file was deleted.
0 commit comments