From: Peter van Dijk Date: Tue, 11 Jan 2022 13:17:57 +0000 (+0100) Subject: docs: fix rendering of DNSZoneRecord X-Git-Tag: auth-4.7.0-alpha1~74^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f0c0ce37dfc27abce6c493d67a91d21c069bba;p=thirdparty%2Fpdns.git docs: fix rendering of DNSZoneRecord --- diff --git a/docs/appendices/backend-writers-guide.rst b/docs/appendices/backend-writers-guide.rst index 87ac2f6115..1ee3046a95 100644 --- a/docs/appendices/backend-writers-guide.rst +++ b/docs/appendices/backend-writers-guide.rst @@ -970,6 +970,7 @@ Some just hold content, some hold a whole record. Below, we'll show the class definitions of each (with some details omitted, but with some useful words added) to help you find your way. .. code-block:: cpp + struct DNSZoneRecord { int domain_id{-1};