docs fixes

This commit is contained in:
Radu Ioan Fericean
2013-06-17 16:34:54 +03:00
parent e1636b3973
commit ee25f00d85

View File

@@ -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
}