summaryrefslogtreecommitdiff
path: root/redo/doc.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-14 09:53:29 -0400
committerPietro Gagliardi <[email protected]>2014-08-14 09:53:29 -0400
commita2629c2bbf19e2e904d6d814ae725ccd697f485f (patch)
tree79fe6dcd15479ed9141fe139bd1a7da858c7e799 /redo/doc.go
parent4e120b03df48570e1249c7f28fd648792598e351 (diff)
Wrote the documentation for Go(). Also more TODOs.
Diffstat (limited to 'redo/doc.go')
-rw-r--r--redo/doc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/doc.go b/redo/doc.go
index d204f64..be96265 100644
--- a/redo/doc.go
+++ b/redo/doc.go
@@ -7,5 +7,6 @@ notes:
- default behavior of event handlers is to do nothing
- default behavior of event handlers that return bool is to do nothing but return false
- passing nil to an event handler set function restores default behavior
+- only functions safe for calling outside Do() are Go(), Do(), and Stop()
*/
package ui