From: Francis Dupont Date: Mon, 29 Oct 2018 09:32:40 +0000 (+0100) Subject: [65-libyang-finish-doc] untabify X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F65-libyang-finish-doc;p=thirdparty%2Fkea.git [65-libyang-finish-doc] untabify --- diff --git a/src/lib/yang/translator_config.h b/src/lib/yang/translator_config.h index dd63655b32..7bee572098 100644 --- a/src/lib/yang/translator_config.h +++ b/src/lib/yang/translator_config.h @@ -101,25 +101,25 @@ namespace yang { /// { /// "Dhcp4": { /// "interfaces-config": -/// { -/// "interfaces": [ "eth1" ] -/// }, +/// { +/// "interfaces": [ "eth1" ] +/// }, /// "control-socket": { /// "socket-type": "unix", /// "socket-name": "/tmp/kea4-sock" /// }, -/// "subnet4": -/// [ -/// { -/// "subnet": "10.0.35.0/24", -/// "pools": -/// [ -/// { -/// "pool": "10.0.35.64/27" -/// } -/// ] -/// } -/// ] +/// "subnet4": +/// [ +/// { +/// "subnet": "10.0.35.0/24", +/// "pools": +/// [ +/// { +/// "pool": "10.0.35.64/27" +/// } +/// ] +/// } +/// ] /// } /// } ///