]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication-docs.factor
help: add more bold table headings.
[factor.git] / basis / syndication / syndication-docs.factor
index 741edc9adc756ff7d1295b5b1210040ba4391765..16f45e6a1e95986a2d5b327b3a122eeb23aad294 100644 (file)
@@ -5,7 +5,7 @@ IN: syndication
 HELP: entry
 { $description "An Atom or RSS feed entry. Has the following slots:"
     { $table
-        { "Name" "Class" }
+        { { $strong "Name" } { $strong "Class" } }
         { "title" { $link string } }
         { "url" { "any class supported by " { $link present } } }
         { "description" { $link string } }
@@ -20,7 +20,7 @@ HELP: <entry>
 HELP: feed
 { $description "An Atom or RSS feed. Has the following slots:"
     { $table
-        { "Name" "Class" }
+        { { $strong "Name" } { $strong "Class" } }
         { "title" { $link string } }
         { "url" { "any class supported by " { $link present } } }
         { "entries" { "a sequence of " { $link entry } " instances" } }