Method: (MAKE-ANCHOR-LINK DESCRIPTOR)

Source

(defmethod make-anchor-link ((d descriptor))
  (if (name d)
      (concatenate 'string "api/" (make-anchor-name d) ".html")
      "#"))
Source Context