From dc1c57ee3d200778aca4fbe309bc368c5534ff99 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Fri, 24 May 2024 19:04:59 +0200 Subject: [PATCH] Add doc --- crates/re_selection_panel/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/re_selection_panel/src/lib.rs b/crates/re_selection_panel/src/lib.rs index 9e38c867b3cd..9b5ff318510a 100644 --- a/crates/re_selection_panel/src/lib.rs +++ b/crates/re_selection_panel/src/lib.rs @@ -1,3 +1,5 @@ +//! The UI for the selection panel. + mod override_ui; mod query_range_ui; mod selection_history_ui;