From ee25f00d85185bbb3810f98051bd3c03d6dda0d0 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Mon, 17 Jun 2013 16:34:54 +0300 Subject: [PATCH] docs fixes --- docs/apicalls.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/apicalls.rst b/docs/apicalls.rst index 0c395c98b..6f0c6e7f1 100644 --- a/docs/apicalls.rst +++ b/docs/apicalls.rst @@ -308,7 +308,8 @@ GetDestination Gets the destinations for the specified tag. :: - type AttrDestination { + + type AttrDestination struct { Id string Prefixes []string } @@ -323,7 +324,8 @@ SetDestination Sets the destinations for the specified tag. :: - type AttrDestination { + + type AttrDestination struct{ Id string Prefixes []string }