Re: [PATCH 0/5] Additions to Go bindings

2016-09-04 Thread David Bremner
laochailan writes: > I added bindings for thread lists and thread to the Go bindings and fixed > some wrong constant values. > > Before, the comment style was not understood well by the automatic > documentation generator of Go, so I converted the documentation comments > to

Re: [PATCH 0/5] Additions to Go bindings

2016-09-03 Thread David Bremner
laochailan writes: > I added bindings for thread lists and thread to the Go bindings and fixed > some wrong constant values. > > Before, the comment style was not understood well by the automatic > documentation generator of Go, so I converted the documentation comments > to

[PATCH 0/5] Additions to Go bindings

2015-06-01 Thread laochailan
I added bindings for thread lists and thread to the Go bindings and fixed some wrong constant values. Before, the comment style was not understood well by the automatic documentation generator of Go, so I converted the documentation comments to the // style. Compare the documentation before:

[PATCH 0/5] Additions to Go bindings

2015-05-31 Thread laochailan
I added bindings for thread lists and thread to the Go bindings and fixed some wrong constant values. Before, the comment style was not understood well by the automatic documentation generator of Go, so I converted the documentation comments to the // style. Compare the documentation before: