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
|
|
@ -19,6 +19,7 @@ pub mod jack;
|
|||
|
||||
use crate::{core::*, model::*};
|
||||
|
||||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
let mut app = App::default();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue