2025-09-05 03:19:00 +02:00
|
|
|
/*
|
|
|
|
|
Generated with https://code.squareroundforest.org/arpio/docreflect
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2025-09-11 21:16:39 +02:00
|
|
|
package wand
|
2025-09-05 03:19:00 +02:00
|
|
|
import "code.squareroundforest.org/arpio/docreflect"
|
|
|
|
|
func init() {
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib", "")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Bar", "\nfunc(out, a, b, c)")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Baz", "\nfunc(o)")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Foo", "Foo sums three numbers.\n\nfunc(a, b, c)")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options", "")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Duration", "")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Foo", "")
|
|
|
|
|
docreflect.Register("code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Time", "")
|
|
|
|
|
}
|