yapf/nodelist.hpp
changeset 4549 106ed18a7675
parent 3900 2c84ed52709d
child 5083 102fef5c5c9c
--- a/yapf/nodelist.hpp	Mon Sep 04 17:30:30 2006 +0000
+++ b/yapf/nodelist.hpp	Mon Sep 04 20:40:33 2006 +0000
@@ -8,8 +8,8 @@
 #include "binaryheap.hpp"
 
 /** Hash table based node list multi-container class.
-    Implements open list, closed list and priority queue for A-star
-    path finder. */
+ *  Implements open list, closed list and priority queue for A-star
+ *  path finder. */
 template <class Titem_, int Thash_bits_open_, int Thash_bits_closed_>
 class CNodeList_HashTableT {
 public: