Entry
*****

class pywayland.scanner.entry.Entry(name: str, value: str, summary: str | None, since: str | None, description: Description | None)

   Scanner for enum entries

   Required attributes: *name* and *value*

   Optional attributes: *summary* and *since*

   Child elements: *description*

   output(enum_name: str, printer: Printer) -> None

      Generate the output for the entry in the enum
