]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add comments to C.* special functions
authorqmuntal <quimmuntal@gmail.com>
Thu, 17 Feb 2022 09:44:13 +0000 (10:44 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 31 Mar 2022 04:40:46 +0000 (04:40 +0000)
commit3943d97dc7bb1d0c9574ac5f372a10952ebae7b1
tree2e470af5688895592eac7e6ffe1bcfd6294ffec1
parentea858734be6e711fa2d41fdeb6038ff09e3c7841
cmd/go: add comments to C.* special functions

Adding comments to these functions help IDE tooling to display
meaningful documentation, p.e. on hover.

Tested with gopls and vscode.

Updates #51134

Change-Id: Ie956f7cf192af0e828def4a141783f3a2589f77d
Reviewed-on: https://go-review.googlesource.com/c/go/+/386414
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
src/cmd/cgo/out.go