From: Drew Crampsie Date: Mon, 4 Jul 2005 07:57:18 +0000 (-0700) Subject: docstring for view-class-metadata X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/835ac88dcdbdb3389dd922748d31546875b1599a?hp=1da9fd46aa8f2d6f877a1347f18cbc1507b0aadb docstring for view-class-metadata darcs-hash:20050704075718-5417e-e7b9848b767c6c765b80622c6e16425ee81d968c.gz --- diff --git a/src/meta-model.lisp b/src/meta-model.lisp index 8705a68..2fbe4b5 100644 --- a/src/meta-model.lisp +++ b/src/meta-model.lisp @@ -55,6 +55,9 @@ (class-name (class-of (meta-model.instance model)))) (defmethod view-class-metadata ((model t)) + " +This is what meta-model.metadata used to be called, +most of the below functions expect this method to exist" (meta-model.metadata model)) (defun list-item-helper (type view &key (ret-fun #'car))