Skip to content

py/bind: collect go values/types documentations #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sbinet opened this issue Jan 30, 2015 · 0 comments
Closed

py/bind: collect go values/types documentations #3

sbinet opened this issue Jan 30, 2015 · 0 comments
Assignees

Comments

@sbinet
Copy link
Member

sbinet commented Jan 30, 2015

given a go package like so:

// package p does a bunch of cool things
package p

// Foo type enables people with foo things
type Foo struct { ... }

// Get returns an int of upmost importance
func Get() int { return 42 }

it should be possible to generate a python module with the correct documentation (for the module, the functions and types)

@sbinet sbinet self-assigned this Jan 30, 2015
@sbinet sbinet closed this as completed in 641997e Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant