mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
also fix the doc comment in the code generator
This commit is contained in:
@@ -161,7 +161,7 @@ generate_encoding_entity_table :: proc() {
|
|||||||
Input:
|
Input:
|
||||||
entity_name - a string, like "copy" that describes a user-encoded Unicode entity as used in XML.
|
entity_name - a string, like "copy" that describes a user-encoded Unicode entity as used in XML.
|
||||||
|
|
||||||
Output:
|
Returns:
|
||||||
"decoded" - The decoded rune if found by name, or -1 otherwise.
|
"decoded" - The decoded rune if found by name, or -1 otherwise.
|
||||||
"ok" - true if found, false if not.
|
"ok" - true if found, false if not.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user