Module qilletni.api

Record Class DocumentedItem

java.lang.Object
java.lang.Record
dev.qilletni.api.lang.docs.structure.DocumentedItem
Record Components:
itemBeingDocumented - The item actually being documented
innerDoc - The structured text of the doc string

public record DocumentedItem(DocumentedType itemBeingDocumented, InnerDoc innerDoc) extends Record