You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More specifically, if the function includes a return type, as defined in Schema by:
(defnname:-Type"doc-string" [args] body)
Then Marginalia misses the doc-string, as now the doc-string is the fifth element in the function definition instead of the third. I don't know if there's an easy fix for this, but I figured it's worth pointing out.
The text was updated successfully, but these errors were encountered:
More specifically, if the function includes a return type, as defined in Schema by:
Then Marginalia misses the doc-string, as now the doc-string is the fifth element in the function definition instead of the third. I don't know if there's an easy fix for this, but I figured it's worth pointing out.
The text was updated successfully, but these errors were encountered: