add comment

This commit is contained in:
yggverse 2024-11-05 09:48:39 +02:00
parent abbb28a90a
commit ddc746566a

View File

@ -48,7 +48,9 @@ pub struct Page {
}
impl Page {
// Construct
// Constructors
/// Create new activated `Arc<Self>`
pub fn new_arc(
id: GString,
action_tab_open: SimpleAction,