]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.pens.solid: add missing docs
authorrazetime <rraghu.11502@gmail.com>
Sat, 4 Nov 2023 04:11:44 +0000 (12:11 +0800)
committerrazetime <rraghu.11502@gmail.com>
Sat, 4 Nov 2023 04:11:44 +0000 (12:11 +0800)
basis/ui/pens/solid/solid-docs.factor

index 2dc1db180786c3bff6728f971cd3b7c21cc5be01..14a3cf7414e03088b9d0b97d43a6f69762518b33 100644 (file)
@@ -2,5 +2,16 @@ IN: ui.pens.solid
 USING: help.markup help.syntax ui.pens colors ;
 
 HELP: solid
-{ $class-description "A class implementing the " { $link draw-boundary } " and " { $link draw-interior } " generic words to draw a solid outline or a solid fill, respectively. The " { $snippet "color" } " slot stores an instance of " { $link color } "." }
+{ $class-description "A class implementing the " { $link draw-boundary } " and "
+{ $link draw-interior } " generic words to draw a solid outline or a solid fill"
+", respectively. The " { $snippet "color" } " slot stores an instance of "
+{ $link color } "." }
 { $notes "See " { $link "colors" } "." } ;
+
+HELP: <solid>
+{ $values
+    { "color" color }
+    { "solid" solid }
+}
+{ $description "Creates a solid pen with the given color object. This"
+" represents a solid outline or a solid fill." } ;
\ No newline at end of file