Update comments

This commit is contained in:
Marcus Kammer 2024-03-31 13:46:34 +02:00
parent cd5ecacf80
commit 1a36079fd1

View file

@ -1,9 +1,12 @@
;;;; -*- mode: lisp; coding: utf-8; fill-column: 84; indent-tabs-mode: nil; -*-
;;;;
;;;; questionnaire.lisp ;;;; questionnaire.lisp
;;;;
;;;; This package, `dev.metalisp.sbt/questionnaire`, provides a suite of utilities for ;;;; This package, `dev.metalisp.sbt/questionnaire`, provides a suite of
;;;; generating HTML forms composed of multiple questions. Each question can ;;;; utilities for generating HTML forms composed of multiple questions. Each
;;;; have a different type of input (radio buttons, checkboxes, etc.), and the ;;;; question can have a different type of input (radio buttons, checkboxes,
;;;; form itself can be customized according to the target URL for submissions. ;;;; etc.), and the form itself can be customized according to the target URL
;;;; for submissions.
(defpackage dev.metalisp.sbt/pattern/questionnaire (defpackage dev.metalisp.sbt/pattern/questionnaire
(:documentation "Defines the `dev.metalisp.sbt/questionnaire` package, a utility suite for generating HTML forms with various types of questions.") (:documentation "Defines the `dev.metalisp.sbt/questionnaire` package, a utility suite for generating HTML forms with various types of questions.")