]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/baseline-alignment/baseline-alignment-docs.factor
help.markup: adding a $slots word to document slots, use it.
[factor.git] / basis / ui / baseline-alignment / baseline-alignment-docs.factor
1
2 USING: help.markup help.syntax ui.baseline-alignment ui.gadgets ;
3
4 HELP: aligned-gadget
5 { $class-description "A " { $link gadget } " that adds the following slots:"
6     { $slots
7         { "baseline" "a cached value for " { $link baseline } "; do not read or write this slot directly." }
8         { "cap-height" "a cached value for " { $link cap-height } "; do not read or write this slot directly." }
9     }
10 } ;