mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
core: improve package doc comments for the documentation generator
This commit is contained in:
@@ -21,8 +21,9 @@ cryptographically-secure, per RFC 9562's suggestion.
|
||||
- Version 6 without either a clock or node argument.
|
||||
- Version 7 in all cases.
|
||||
|
||||
Here's an example of how to set up one:
|
||||
|
||||
Example:
|
||||
package main
|
||||
|
||||
import "core:crypto"
|
||||
import "core:encoding/uuid"
|
||||
|
||||
@@ -40,7 +41,7 @@ Here's an example of how to set up one:
|
||||
|
||||
|
||||
For more information on the specifications, see here:
|
||||
- https://www.rfc-editor.org/rfc/rfc4122.html
|
||||
- https://www.rfc-editor.org/rfc/rfc9562.html
|
||||
- [[ https://www.rfc-editor.org/rfc/rfc4122.html ]]
|
||||
- [[ https://www.rfc-editor.org/rfc/rfc9562.html ]]
|
||||
*/
|
||||
package uuid
|
||||
|
||||
Reference in New Issue
Block a user