Skip to content
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

x/tools/cmd/godoc: presenting prototype for functions with multiple line definition header codes #12219

Closed
leckie-chn opened this issue Aug 20, 2015 · 0 comments

Comments

@leckie-chn
Copy link

Go Version: go1.4.2 linux/amd64
Arch: Intel x86

source code:

// GetAllCdnSrcmd5Info retrieves all CdnSrcmd5Info matches certain condition. Returns empty list if
// no records exist
 func GetAllCdnSrcmd5Info(query map[string]string, fields []string, sortby []string, order []string,
          offset int64, limit int64) (ml []interface{}, err error) {
......

when running godoc about this function, we get:

func GetAllCdnSrcmd5Info(query map[string]string, fields []string, sortby []string, order []string,
    GetAllCdnSrcmd5Info retrieves all CdnSrcmd5Info matches certain

Obviously the information about the function is incomplete. I think this is a bug.

@mikioh mikioh added this to the Unreleased milestone Aug 21, 2015
@mikioh mikioh changed the title godoc bug: presenting prototype for functions with multiple line definition header codes x/tools/cmd/godoc: presenting prototype for functions with multiple line definition header codes Aug 21, 2015
@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants