From a39473a912be8e1388cb5060d683355aa0fff66a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Jan 2024 18:10:52 +0100 Subject: [PATCH] lib/avahi/Service: add API docs --- src/lib/avahi/Service.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/avahi/Service.hxx b/src/lib/avahi/Service.hxx index 73b45c070..1a8f3fbdb 100644 --- a/src/lib/avahi/Service.hxx +++ b/src/lib/avahi/Service.hxx @@ -11,6 +11,9 @@ namespace Avahi { +/** + * A service that will be published by class #Publisher. + */ struct Service { AvahiIfIndex interface = AVAHI_IF_UNSPEC; AvahiProtocol protocol = AVAHI_PROTO_UNSPEC;