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