Add ARTICLE: and ABOUT: sections to astar docs

db4
Doug Coleman 2010-03-12 04:36:43 -06:00
parent 9c3b94519d
commit 2785399c7b
1 changed files with 9 additions and 0 deletions

View File

@ -74,3 +74,12 @@ HELP: considered
{ $description "When called after a call to " { $link find-path } ", return a list of nodes " { $description "When called after a call to " { $link find-path } ", return a list of nodes "
"which have been examined during the A* exploration." "which have been examined during the A* exploration."
} ; } ;
ARTICLE: "astar" "A* algorithm"
"The " { $vocab-link "astar" } " vocabulary implements a graph search algorithm for finding the least-cost path from one node to another." $nl
"Make an A* object:"
{ $subsections <astar> }
"Find a path between nodes:"
{ $subsections find-path } ;
ABOUT: "astar"