]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.crossref: Added $subsection to 'M: link uses' markup list
authorKeith Lazuka <klazuka@gmail.com>
Fri, 2 Oct 2009 16:18:33 +0000 (12:18 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Fri, 2 Oct 2009 16:18:33 +0000 (12:18 -0400)
basis/tools/crossref/crossref.factor

index afbec457b0495637567cfc4a9aca05fe7600d994..beaf1c0673bc89ba30f0b8d6249a028bde2741be 100644 (file)
@@ -50,7 +50,7 @@ M: callable uses ( quot -- assoc )
 
 M: word uses def>> uses ;
 
-M: link uses { $subsection $link $see-also } article-links ;
+M: link uses { $subsection $subsections $link $see-also } article-links ;
 
 M: pathname uses string>> source-file top-level-form>> [ uses ] [ { } ] if* ;