diff options
author | Marcin Siodelski <marcin@isc.org> | 2024-04-16 10:21:16 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2024-04-16 10:21:16 +0200 |
commit | 9cafe97a6f3ecaf1956c36b5019e7705ba2561a3 (patch) | |
tree | d22a5f27dedeab8a7a42942cd11604a66c873e3c /doc | |
parent | [#3289] Typo (diff) | |
download | kea-9cafe97a6f3ecaf1956c36b5019e7705ba2561a3.tar.xz kea-9cafe97a6f3ecaf1956c36b5019e7705ba2561a3.zip |
[#3336] Fix the doc build
JSON examples must not include the inline comments.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/hooks.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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. ] } } - ], + ] } } |