mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
docs: add doc comments to macros
This commit is contained in:
parent
c5369328f4
commit
828436745c
7 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue