From f182efdded36b37135e06c4ea3e16f06e397c3d6 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Fri, 27 Sep 2024 08:29:29 +0200
Subject: [PATCH] Add docs

---
 docs/src/manual/detector.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/src/manual/detector.md b/docs/src/manual/detector.md
index 81a2461d..669f35fe 100644
--- a/docs/src/manual/detector.md
+++ b/docs/src/manual/detector.md
@@ -47,6 +47,9 @@ using KM3DB
 det = Detector(133)
 ```
 
+Keyword arguments passed as `Detector(det_id; kwarg1=..., kwarg2=..., ...)` are
+handed over to the `detx()` function in `KM3DB.jl`.
+
 ## Accessing Modules
 
 ### Iterating over all modules
-- 
GitLab