mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user