Generic Function Find-Documentation (3 methods)

( find-documentation < thing > < strategy > )

Part of:

package cl-markdown

Return the documentation for thing using strategy. The default is to call the Common Lisp documentation method with strategy being used as the type.

Method Summary

find-documentation < t > < t > 
find-documentation < t > (eql :function)
find-documentation < t > (eql :setf)