Add comment
This commit is contained in:
parent
9d10fb9748
commit
f8b7f06f8d
1 changed files with 5 additions and 1 deletions
|
@ -1,12 +1,16 @@
|
|||
;;;; -*- mode: common-lisp; coding: utf-8; -*-
|
||||
|
||||
;;;; If a property (method) name is conflicting with already used names in CL
|
||||
;;;; It is post-fixed with `-as2'.
|
||||
;;;; For instance `type-as2', `first-as2', `last-as2'. etc
|
||||
|
||||
(defpackage :ml-as2
|
||||
(:use :cl)
|
||||
(:export #:define-property-method
|
||||
#:define-property-methods
|
||||
#:object
|
||||
#:link
|
||||
#:as2-type
|
||||
#:type-as2
|
||||
#:attachment
|
||||
#:attributed-to
|
||||
#:audience
|
||||
|
|
Loading…
Add table
Reference in a new issue