]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/hierarchy/hierarchy-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / vocabs / hierarchy / hierarchy-docs.factor
index c6a15749cf686d55934e34ecdbe5030e2d07d474..519f3478fecb195d67cdb58bb2d666d9e72e7fc2 100644 (file)
@@ -1,57 +1,57 @@
-USING: help.markup help.syntax strings vocabs.loader\r
-sequences vocabs ;\r
-IN: vocabs.hierarchy\r
-\r
-ARTICLE: "vocabs.hierarchy" "Vocabulary hierarchy tools"\r
-"These tools operate on all vocabularies found in the current set of " { $link vocab-roots } ", loaded or not. A prefix is the first part of a vocabulary name."\r
-$nl\r
-"Loading vocabulary hierarchies:"\r
-{ $subsections\r
-    load\r
-    load-all\r
-    load-root\r
-    load-from-root\r
-}\r
-"Getting all vocabularies from disk:"\r
-{ $subsections\r
-    all-disk-vocabs-by-root\r
-    all-disk-vocabs-recursive\r
-}\r
-"Getting all vocabularies from disk whose names which match a string prefix:"\r
-{ $subsections\r
-    disk-vocabs-for-prefix\r
-    disk-vocabs-recursive-for-prefix\r
-}\r
-"Words for modifying output:"\r
-{ $subsections\r
-    no-roots\r
-    no-prefixes\r
-    filter-vocabs\r
-}\r
-"Getting " { $link "vocabs.metadata" } " for all vocabularies from disk:"\r
-{ $subsections\r
-    all-tags\r
-    all-authors\r
-} ;\r
-\r
-ABOUT: "vocabs.hierarchy"\r
-\r
-HELP: load\r
-{ $values { "prefix" string } }\r
-{ $description "Load all vocabularies that match the provided prefix." }\r
-{ $notes "This word differs from " { $link require } " in that it loads all subvocabularies, not just the given one." } ;\r
-\r
-HELP: load-all\r
-{ $description "Load all vocabularies in the source tree." } ;\r
-\r
-HELP: load-from-root\r
-{ $values\r
-    { "root" "a vocaulary root" } { "prefix" string }\r
-}\r
-{ $description "Attempts to load all of the vocabularies with a certain prefix from a vocabulary root." } ;\r
-\r
-HELP: load-root\r
-{ $values\r
-    { "root" "a vocabulary root" }\r
-}\r
-{ $description "Attempts to load all of the vocabularies in a vocabulary root." } ;\r
+USING: help.markup help.syntax strings vocabs.loader
+sequences vocabs ;
+IN: vocabs.hierarchy
+
+ARTICLE: "vocabs.hierarchy" "Vocabulary hierarchy tools"
+"These tools operate on all vocabularies found in the current set of " { $link vocab-roots } ", loaded or not. A prefix is the first part of a vocabulary name."
+$nl
+"Loading vocabulary hierarchies:"
+{ $subsections
+    load
+    load-all
+    load-root
+    load-from-root
+}
+"Getting all vocabularies from disk:"
+{ $subsections
+    all-disk-vocabs-by-root
+    all-disk-vocabs-recursive
+}
+"Getting all vocabularies from disk whose names which match a string prefix:"
+{ $subsections
+    disk-vocabs-for-prefix
+    disk-vocabs-recursive-for-prefix
+}
+"Words for modifying output:"
+{ $subsections
+    no-roots
+    no-prefixes
+    filter-vocabs
+}
+"Getting " { $link "vocabs.metadata" } " for all vocabularies from disk:"
+{ $subsections
+    all-tags
+    all-authors
+} ;
+
+ABOUT: "vocabs.hierarchy"
+
+HELP: load
+{ $values { "prefix" string } }
+{ $description "Load all vocabularies that match the provided prefix." }
+{ $notes "This word differs from " { $link require } " in that it loads all subvocabularies, not just the given one." } ;
+
+HELP: load-all
+{ $description "Load all vocabularies in the source tree." } ;
+
+HELP: load-from-root
+{ $values
+    { "root" "a vocaulary root" } { "prefix" string }
+}
+{ $description "Attempts to load all of the vocabularies with a certain prefix from a vocabulary root." } ;
+
+HELP: load-root
+{ $values
+    { "root" "a vocabulary root" }
+}
+{ $description "Attempts to load all of the vocabularies in a vocabulary root." } ;