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

@@ -1,4 +1,4 @@
(ns frontend.diff
(ns ^:no-doc frontend.diff
(:require [clojure.string :as string]
["diff" :as jsdiff]
[goog.object :as gobj]