1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

switch to documentation comments

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
René Rössler
2022-02-09 13:27:53 +01:00
committed by GitHub
parent 28a91fba1f
commit cef3c743cf

View File

@@ -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},