Add doc comments to server sources #60
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#55 Enhance code documentation
luca0N/lanbassador
Reference
luca0N/lanbassador!60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev_server_godoc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use the ubiquitous doc comments from go doc in the server Go source code, as per issue #55.
Although code that isn't exported (identifiers not starting with a capital letter) is not shown in
go doc, those that are appear to be working.