mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Further overhaul of package line comments.
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
// package hash implements crc32, crc64, adler32, djb, fnv, jenkins, murmur and other hashes.
|
||||
// `crc32`, `crc64`, `adler32`, `djb`, `fnv`, `jenkins`, `murmur` and other hashes.
|
||||
package hash
|
||||
@@ -1,4 +1,4 @@
|
||||
// package xxhash implements Yann Collet's xxhash.
|
||||
// Yann Collet's `xxhash`.
|
||||
//
|
||||
// [[ xxhash Fast Hash Algorithm; https://cyan4973.github.io/xxHash/ ]]
|
||||
package xxhash
|
||||
|
||||
Reference in New Issue
Block a user