]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3336] Fix the doc build
authorMarcin Siodelski <marcin@isc.org>
Tue, 16 Apr 2024 08:21:16 +0000 (10:21 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 16 Apr 2024 08:21:16 +0000 (10:21 +0200)
JSON examples must not include the inline comments.

doc/sphinx/arm/hooks.rst

index 31fa3ab9b39dd3e5a5821188078371e16f348f8f..3613fa9f3d572ef571266b82f9475d441b166c03 100644 (file)
@@ -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.
               ]
             }
           }
-        ],
+        ]
       }
     }