mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
core: improve package doc comments for the documentation generator
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package text_edit
|
||||
|
||||
/*
|
||||
Based off the articles by rxi:
|
||||
* https://rxi.github.io/textbox_behaviour.html
|
||||
* https://rxi.github.io/a_simple_undo_system.html
|
||||
Based off the articles by rxi:
|
||||
- [[ https://rxi.github.io/textbox_behaviour.html ]]
|
||||
- [[ https://rxi.github.io/a_simple_undo_system.html ]]
|
||||
*/
|
||||
package text_edit
|
||||
|
||||
import "base:runtime"
|
||||
import "core:time"
|
||||
|
||||
Reference in New Issue
Block a user