From 9cafe97a6f3ecaf1956c36b5019e7705ba2561a3 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 16 Apr 2024 10:21:16 +0200 Subject: [#3336] Fix the doc build JSON examples must not include the inline comments. --- doc/sphinx/arm/hooks.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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. ] } } - ], + ] } } -- cgit v1.2.3