Generic Function: WRITE-CODE-DESCRIPTOR

Documentation

Writes the documentation of PART using DESCRIPTOR for the current GENERATOR

Source

(defgeneric write-code-descriptor (descriptor part generator)
  (:documentation "Writes the documentation of PART using DESCRIPTOR for the current GENERATOR"))
Source Context