1
0
forked from HEL/circuiteria

improved doc + made it fancier

This commit is contained in:
2024-05-17 23:07:17 +02:00
parent 64a6146f32
commit 047c3b8893
6 changed files with 45 additions and 45 deletions

View File

@ -28,16 +28,7 @@
/// Draws a bit extender
///
/// #examples.extender
/// - x (number, dictionary): see #doc-ref("element.elmt")
/// - y (number, dictionary): see #doc-ref("element.elmt")
/// - w (number): see #doc-ref("element.elmt")
/// - h (number): see #doc-ref("element.elmt")
/// - name (none, str): see #doc-ref("element.elmt")
/// - name-anchor (str): see #doc-ref("element.elmt")
/// - fill (none, color): see #doc-ref("element.elmt")
/// - stroke (stroke): see #doc-ref("element.elmt")
/// - id (str): see #doc-ref("element.elmt")
/// - debug (dictionary): see #doc-ref("element.elmt")
/// For parameters description, see #doc-ref("element.elmt")
#let extender(
x: none,
y: none,