summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2024-04-16 10:21:16 +0200
committerMarcin Siodelski <marcin@isc.org>2024-04-16 10:21:16 +0200
commit9cafe97a6f3ecaf1956c36b5019e7705ba2561a3 (patch)
treed22a5f27dedeab8a7a42942cd11604a66c873e3c /doc
parent[#3289] Typo (diff)
downloadkea-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.rst3
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.
]
}
}
- ],
+ ]
}
}