From: Suzanne Goldlust Date: Sat, 10 Aug 2019 05:14:11 +0000 (-0400) Subject: Fix JSON errors X-Git-Tag: Kea-1.6.0~41^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b749afadd2959d0619b2295ba14a3d5e47d824a;p=thirdparty%2Fkea.git Fix JSON errors --- diff --git a/doc/sphinx/api/build-report.json b/doc/sphinx/api/build-report.json index 39ed952075..97d900b002 100644 --- a/doc/sphinx/api/build-report.json +++ b/doc/sphinx/api/build-report.json @@ -5,7 +5,7 @@ ], "cmd-syntax": [ "{", - " \"command\": \"build-report\",", + " \"command\": \"build-report\"", "}" ], "name": "build-report", diff --git a/doc/sphinx/api/dhcp-enable.json b/doc/sphinx/api/dhcp-enable.json index c51c222b9b..5702fd0f26 100644 --- a/doc/sphinx/api/dhcp-enable.json +++ b/doc/sphinx/api/dhcp-enable.json @@ -5,7 +5,7 @@ ], "cmd-syntax": [ "{", - " \"command\": \"dhcp-enable\",", + " \"command\": \"dhcp-enable\"", "}" ], "description": "See ",