- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AdocFileEntry (0.04 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java
List<String> missingAnchors = new ArrayList<>(); Gson gson = new Gson(); List<AdocFileEntry> entries; try (FileReader reader = new FileReader(jsonFile)) { entries = gson.fromJson(reader, new TypeToken<List<AdocFileEntry>>() {}.getType()); } for (AdocFileEntry entry : entries) { for (String anchor : entry.anchors) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 21 15:38:58 UTC 2025 - 8.5K bytes - Viewed (0)