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

@ -40,16 +40,7 @@
/// Draws an ALU with two inputs
///
/// #examples.alu
/// - 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 alu(
x: none,
y: none,