Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AdocFileEntry (0.1 seconds)

  1. 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) {
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Aug 21 15:38:58 GMT 2025
    - 8.5K bytes
    - Click Count (0)
Back to Top