lib/a_star: adds doc to Link class
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 14 Nov 2013 04:39:09 +0000 (23:39 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 14 Nov 2013 04:39:09 +0000 (23:39 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/a_star.nit

index 6876820..c0c0962 100644 (file)
@@ -218,6 +218,7 @@ class Node
        end
 end
 
+# Link between two nodes and associated to a graph
 class Link
        type N: Node
        type L: Link