From: Marcin Siodelski Date: Tue, 16 Apr 2024 08:21:16 +0000 (+0200) Subject: [#3336] Fix the doc build X-Git-Tag: Kea-2.5.8~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cafe97a6f3ecaf1956c36b5019e7705ba2561a3;p=thirdparty%2Fkea.git [#3336] Fix the doc build JSON examples must not include the inline comments. --- diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index 31fa3ab9b3..3613fa9f3d 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -403,7 +403,6 @@ It lowers the number of concurrently parked packets to 128. { "Dhcp6": { - // Limit the number of concurrently parked packets to 128. "parked-packet-limit": 128 "hooks-libraries": [ { @@ -432,7 +431,7 @@ It lowers the number of concurrently parked packets to 128. ] } } - ], + ] } }