]> Cypherpunks repositories - gostls13.git/commit
syscall: hide internal comment from Syscall documentation
authorAustin Clements <austin@google.com>
Thu, 4 Jun 2020 15:16:43 +0000 (11:16 -0400)
committerAustin Clements <austin@google.com>
Thu, 4 Jun 2020 17:50:15 +0000 (17:50 +0000)
commit7e477573244000da3cfe60c0d4cb4007097245d9
tree094619a37338ea338756790e4f8c3273a2a095bd
parent9d715e0bffe895187bd602d58a4cf2c348f07e49
syscall: hide internal comment from Syscall documentation

There's a comment on the Syscall function that's supposed to be an
internal implementation note, but since it's not separated from the
function definition, it appears in godoc. Add a blank line to prevent
this.

Change-Id: Iba307f1cc3844689ec3c6d82c21d441852e35bca
Reviewed-on: https://go-review.googlesource.com/c/go/+/236561
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/dll_windows.go