There are existing discussions on Slack, try searching for in:#clojure docstring defmulti.
tl;dr: you can document the var created with defmulti and that’s about it. If the docstring is for users, they should only care about defmulti. If the docstring is for other developers, just leave a comment near each defmethod.