From 97b5ca1e6d5f200014c7563c22cf6d5234ef49b6 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 16 Jun 2025 14:13:59 +0200 Subject: [PATCH] Fix documentation build warning. Signed-off-by: Miod Vallat --- docs/appendices/backend-writers-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appendices/backend-writers-guide.rst b/docs/appendices/backend-writers-guide.rst index aa7179470d..3fecaaa558 100644 --- a/docs/appendices/backend-writers-guide.rst +++ b/docs/appendices/backend-writers-guide.rst @@ -575,7 +575,7 @@ The following excerpt from the DNSBackend shows the relevant functions: The mentioned DomainInfo struct looks like this: -.. cpp:struct:: DomainInfo +.. cpp:class:: DomainInfo .. cpp:member:: domainid_t DomainInfo::id -- 2.47.2