This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
Add package-level descriptions in Go docs (plus general approach to auto-generated docs) #74
Closed
1 of 4 tasks
Labels
dif/medium
Prior experience is likely helpful
effort/days
Estimated to take multiple days, but less than a week
help wanted
Seeking public contribution on this issue
topic/design-content
Content design, writing, information architecture
topic/infra
Infrastructure
Some of the Go packages we generate documentation for don’t have comments describing the package as a whole. Others have them, but they’re extremely minimal. We should have good, rich descriptions with examples for all of them.
Each should contain a clear description of the package, information about how it relates to other packages, any notes about stability (how experimental/subject to change is it?), and at least one small example of basic usage (
options
might be an exception because it’s just defining types…?).Relevant packages:
core/coreapi
(no overview) Add package overview comments to coreapi ipfs/kubo#5108core/coreapi/interface
(one sentence)core/coreapi/interface/options
(no overview)go-ipfs-api
(one sentence)See also this comment on #68.
The text was updated successfully, but these errors were encountered: