-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update package comments to provide better documentation #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except for that one little detail.
// | ||
// braced := '{' plain '}' | '{' hashlike '}' | ||
// urn := URN ':' UUID-NID ':' plain | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this newline can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@acln0 I intentionally kept it because it otherwise looked too bunched-up next to the function header, when viewing the source code. This is a pretty large comment, so it helped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha, I see. Well, if it looks fine in Godoc, we can keep it. That was the only concern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
This updates the package comments in different areas to improve the GoDoc rendering of the documentation. Fixes #27 Signed-off-by: Tim Heckman <t@heckman.io>
Update package comments to provide better documentation Signed-off-by: Tim Heckman <t@heckman.io>
This updates the package comments in different areas to improve the GoDoc
rendering of the documentation.
Fixes #27
Signed-off-by: Tim Heckman t@heckman.io