diff --git a/doclet/src/clojure/play_clj_doclet/html.clj b/doclet/src/clojure/play_clj_doclet/html.clj index b9a9573..da14340 100644 --- a/doclet/src/clojure/play_clj_doclet/html.clj +++ b/doclet/src/clojure/play_clj_doclet/html.clj @@ -16,9 +16,7 @@ [:b (str name)] " " (string/join ", " (map param args))] - (cond - text [:i text] - type [:i (str "Returns a " type)])]) + (when text [:i text])]) (defn create-from-file [parsed-file]