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: provide command-line equivalent to ?m=all #8093

Closed
dominikh opened this issue May 25, 2014 · 4 comments
Closed

x/tools/cmd/godoc: provide command-line equivalent to ?m=all #8093

dominikh opened this issue May 25, 2014 · 4 comments
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@dominikh
Copy link
Member

Commit a64b269 added an option to display documentation for unexported
identifiers. For the web version, this can be achieved via ?m=all. On the command
line, the only way to trigger displaying of all documentation is when using the -src
flag, in combination with specifying a filter.

There should be a way to display documentation for unexported identifiers without also
showing the source, and without having to specify a filter (even though specifying a
filter should still be possible.) Maybe an -all flag?

@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-tools.

@bradfitz bradfitz removed the new label Dec 18, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title cmd/godoc: provide command-line equivalent to ?m=all x/tools/cmd/godoc: provide command-line equivalent to ?m=all Apr 14, 2015
@rsc rsc removed the repo-tools label Apr 14, 2015
@LouAdrien
Copy link

Hello, any update on this?

@andybons andybons added NeedsFix The path to resolution is known, but the work has not been done. help wanted labels Mar 7, 2018
@andybons
Copy link
Member

andybons commented Mar 7, 2018

@LouAdrien it’s a reasonable request. Someone just needs to do the work. Patches welcome!

@gopherbot
Copy link

Change https://golang.org/cl/99435 mentions this issue: cmd/godoc: provide -all flag to output unexported identifiers

@golang golang locked and limited conversation to collaborators Mar 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

7 participants