From cef3c743cfca4a09b22cf0e4f63cc699dbf14ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 13:27:53 +0100 Subject: [PATCH] switch to documentation comments Co-authored-by: Emil Ernerfeldt --- egui_extras/src/table.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/egui_extras/src/table.rs b/egui_extras/src/table.rs index 3a8d5c40..50f23b54 100644 --- a/egui_extras/src/table.rs +++ b/egui_extras/src/table.rs @@ -1,6 +1,6 @@ -/// Table view with (optional) fixed header and scrolling body. -/// Cell widths are precalculated with given size hints so we can have tables like this: -/// | fixed size | all available space/minimum | 30% of available width | fixed size | +//! Table view with (optional) fixed header and scrolling body. +//! Cell widths are precalculated with given size hints so we can have tables like this: +//! | fixed size | all available space/minimum | 30% of available width | fixed size | /// Takes all available height, so if you want something below the table, put it in a grid. use crate::{ layout::{CellSize, LineDirection},