lib/lisp/tests/dox-tests.nydp in nydp-0.1.7 vs lib/lisp/tests/dox-tests.nydp in nydp-0.1.7.1
- old
+ new
@@ -1,14 +1,14 @@
(mac this-is-a-well-documented-macro (a b c)
- ; documentation for me!
+ ; documentation for me!
`(foo ,a ,b ,c))
(mac this-is-an-undocumented-macro (a b c)
`(baz ,a ,b ,c))
(def this-is-a-well-documented-def (a b c)
- ; documentation for me!
+ ; documentation for me!
(foo a b c))
(def this-is-an-undocumented-def (a b c)
(baz a b c))
@@ -128,12 +128,13 @@
(dox-show-one-example 'foo '("this is an example of an example"
(foo bar yadda 1 2 3)
720))
"foo this is an example of an example
-running :
+example :
+
(foo bar yadda 1 2 3)
-produces : 720
+returns : 720
--------------------------------
"))