]> gitweb.factorcode.org Git - factor.git/blob - extra/yaml/conversion/conversion-docs.factor
Switch to https urls
[factor.git] / extra / yaml / conversion / conversion-docs.factor
1 ! Copyright (C) 2014 Jon Harper.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax kernel strings ;
4 IN: yaml.conversion
5
6 HELP: yaml-merge
7 { $var-description "Represents a !!merge key in a yaml document." } ;
8
9 HELP: yaml-value
10 { $var-description "Represents a !!value key in a yaml document." } ;