bcgov / gwa-cli

Apache License 2.0
6 stars 1 forks source link

Add more detailed inline documentation #97

Open Jonesy opened 11 months ago

Jonesy commented 11 months ago

Description

Types of changes

Adds improved inline Go documentation to help new developers understand methods and structs as needed, which is prominently displayed via LSPs in editors like Visual Studio Code (see screenshot). This includes the ability to add example code, links to specific files, etc.

image

Checklist

Further comments

See https://tip.golang.org/doc/comment for further details and examples of other documentation formatting that can be added in subsequent new code added to the repo.