diff --git a/egui_node_graph/src/traits.rs b/egui_node_graph/src/traits.rs index 72a81e6..535ec0e 100644 --- a/egui_node_graph/src/traits.rs +++ b/egui_node_graph/src/traits.rs @@ -113,7 +113,7 @@ where where Self::Response: UserResponseTrait; - // UI to draw on the top bar of the node. + /// UI to draw on the top bar of the node. fn top_bar_ui( &self, _ui: &mut egui::Ui,