*: Remove comment tags in GoDoc
Adding blank line between comment tag and package name in doc.go. So that the comment tags such as '+k8s:deepcopy-gen=package' do not show up in GoDoc.
This commit is contained in:
@@ -16,4 +16,5 @@ limitations under the License.
|
||||
|
||||
// +k8s:deepcopy-gen=package
|
||||
// +groupName=storage.k8s.io
|
||||
|
||||
package storage // import "k8s.io/kubernetes/pkg/apis/storage"
|
||||
|
Reference in New Issue
Block a user