Remove redundant information from action docs.
This commit is contained in:
		@@ -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}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user