Remove redundant information from action docs.

This commit is contained in:
John Beisley
2013-12-31 18:06:34 +00:00
parent d4355376d7
commit 587c68769d
3 changed files with 0 additions and 474 deletions

View File

@ -37,8 +37,6 @@ type {{$srvIdent}} struct {
{{range .SCPD.Actions}}{{/* loops over *SCPDWithURN values */}}
{{$inargs := .InputArguments}}{{$outargs := .OutputArguments}}
// {{.Name}} action.
//
// {{if $inargs}}Arguments:{{range $inargs}}{{$argWrap := $srv.WrapArgument .}}
//
// * {{.Name}}: {{$argWrap.Document}}{{end}}{{end}}