mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
Add missing ns docstrings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
(ns frontend.handler.db-based.property
|
||||
"Block properties handler."
|
||||
"Properties handler for db graphs"
|
||||
(:require [clojure.edn :as edn]
|
||||
[clojure.string :as string]
|
||||
[frontend.db :as db]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
(ns frontend.handler.file-based.property
|
||||
"Properties handler for file graphs and file graph specific feature implementations"
|
||||
(:require [frontend.handler.file-based.property.util :as property]
|
||||
[frontend.config :as config]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user