From: Tomek Mrugalski Date: Mon, 14 May 2018 10:57:40 +0000 (+0200) Subject: [master] Corrected examples for lease4-wipe (comment fix) X-Git-Tag: trac5549a_base~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b6b26e94f4eb6ce83d181885ba6b03631ed853;p=thirdparty%2Fkea.git [master] Corrected examples for lease4-wipe (comment fix) --- diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.h b/src/hooks/dhcp/lease_cmds/lease_cmds.h index dcbfdc769d..7b8fd123a3 100644 --- a/src/hooks/dhcp/lease_cmds/lease_cmds.h +++ b/src/hooks/dhcp/lease_cmds/lease_cmds.h @@ -308,11 +308,11 @@ public: /// argument accordingly. /// /// Example command: - /// {\n" - /// "command": "lease4-wipe",\n" - /// "arguments": {" + /// { + /// "command": "lease4-wipe", + /// "arguments": { /// "subnet-id": 44 - /// }\n" + /// } /// }"; /// /// @param handle Callout context - which is expected to contain the @@ -332,12 +332,12 @@ public: /// argument accordingly. /// /// Example command: - /// {\n" - /// "command": "lease4-wipe",\n" - /// "arguments": {" + /// { + /// "command": "lease4-wipe", + /// "arguments": { /// "subnet-id": 44 - /// }\n" - /// }"; + /// } + /// }; /// /// @param handle Callout context - which is expected to contain the /// wipe command JSON text in the "command" argument