Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for list_item (0.03 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java

            list.appendChild(segtitle);
            segtitle.appendChild(document.createTextNode("API Documentation"));
            Element listItem = document.createElement("seglistitem");
            list.appendChild(listItem);
            Element seg = document.createElement("seg");
            listItem.appendChild(seg);
            Element apilink = document.createElement("apilink");
            seg.appendChild(apilink);
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 4.1K bytes
    - Click Count (0)
Back to Top