Skip to content

Commit 9cafe97

Browse files
committed
[#3336] Fix the doc build
JSON examples must not include the inline comments.
1 parent da72e6d commit 9cafe97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/sphinx/arm/hooks.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ It lowers the number of concurrently parked packets to 128.
403403
404404
{
405405
"Dhcp6": {
406-
// Limit the number of concurrently parked packets to 128.
407406
"parked-packet-limit": 128
408407
"hooks-libraries": [
409408
{
@@ -432,7 +431,7 @@ It lowers the number of concurrently parked packets to 128.
432431
]
433432
}
434433
}
435-
],
434+
]
436435
}
437436
}
438437

0 commit comments

Comments
 (0)