docs: add doc comments to macros

This commit is contained in:
🪞👃🪞 2024-07-06 20:37:17 +03:00
parent c5369328f4
commit 828436745c
7 changed files with 9 additions and 0 deletions

View file

@ -17,6 +17,7 @@ use crate::{render, App, core::*};
render!(App |self, buf, area| {
let Rect { x, mut y, width, height } = area;
return Ok(area);
y = y + TransportView {
timebase: &self.timebase,