Tidy up tooltip documentation for several assorted nodes (#3265)

This commit is contained in:
Keavon Chambers
2025-10-06 16:28:03 -07:00
committed by GitHub
parent 48ac24da14
commit 6c033a2cd6
3 changed files with 4 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ pub fn migrate_artboard<'de, D: serde::Deserializer<'de>>(deserializer: D) -> Re
})
}
/// Constructs a new single artboard table with the chosen properties.
#[node_macro::node(category(""))]
async fn create_artboard<T: Into<Table<Graphic>> + 'n>(
ctx: impl ExtractAll + CloneVarArgs + Ctx,