From 2e0a2938b73d6099793535ee8f28c2c80d22b8a3 Mon Sep 17 00:00:00 2001 From: Mark Sto Date: Thu, 1 May 2025 17:44:24 +0400 Subject: [PATCH] [doc] [#64] Hide some unimportant vars from API docs (@marksto) Motivation: These vars aren't used often, are are supplementary rather than a key part of Telemere's API. Having them listed in the API docs adds to the noise there and makes the API seem more overwhelming than necessary. --- main/src/taoensso/telemere.cljc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/src/taoensso/telemere.cljc b/main/src/taoensso/telemere.cljc index 5721b5c..0e71e83 100644 --- a/main/src/taoensso/telemere.cljc +++ b/main/src/taoensso/telemere.cljc @@ -69,13 +69,13 @@ (enc/defaliases ;; Encore - #?(:clj enc/set-var-root!) - #?(:clj enc/update-var-root!) + #?(:clj ^:no-doc enc/set-var-root!) + #?(:clj ^:no-doc enc/update-var-root!) #?(:clj enc/get-env) #?(:clj enc/call-on-shutdown!) - enc/chance + ^:no-doc enc/chance enc/rate-limiter - enc/newline + ^:no-doc enc/newline sigs/comp-xfn #?(:clj truss/keep-callsite)