Add comments
This commit is contained in:
parent
64989d3fe8
commit
d0532923c8
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
(in-package :dev.metalisp.sbt/form)
|
||||
|
||||
;;; form
|
||||
;;; root
|
||||
|
||||
(defmacro root (&optional attr &body body)
|
||||
"Generates HTML form element.
|
||||
|
@ -289,6 +289,8 @@ Example usage:
|
|||
|
||||
;;; form DSL
|
||||
|
||||
;;; form
|
||||
|
||||
(deftype composite-list ()
|
||||
"Represents a composite list that can either be a valid `choices` or `question`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue