Add ns docstrings for most ns in src/main

- Added to CI now that it passes
- Added no-doc for docstrings that don't add any more than what's in the
ns name or for ones where I didn't know the ns that well
This commit is contained in:
Gabriel Horner
2022-09-22 21:13:06 -04:00
committed by Andelf
parent 0cebfb7779
commit 1f0e22275d
115 changed files with 212 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
[cljs-bean.core :as bean]
[frontend.util :as util]
["/frontend/extensions/pdf/utils" :as js-utils]
[frontend.db :as front-db]
[frontend.db :as db]
[frontend.loader :refer [load]]
[clojure.string :as string]))
@@ -115,7 +115,7 @@
(mapv #(if (map? %) % (bean/->clj %)) its)))
(defn gen-uuid []
(front-db/new-block-id))
(db/new-block-id))
(defn js-load$
[url]
@@ -186,4 +186,4 @@
(fix-selection-text-breakline "he is 1\n8 years old")
(fix-selection-text-breakline "这是一个\n\n段落")
(fix-selection-text-breakline "これ\n\nは、段落")
(fix-selection-text-breakline "this is a te-\nst paragraph"))
(fix-selection-text-breakline "this is a te-\nst paragraph"))