(svn r20283) -Codechange: Unify start of doygen comments.
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
#include "../../misc/hashtable.hpp"
|
||||
#include "../../misc/binaryheap.hpp"
|
||||
|
||||
/** Hash table based node list multi-container class.
|
||||
/**
|
||||
* Hash table based node list multi-container class.
|
||||
* Implements open list, closed list and priority queue for A-star
|
||||
* path finder. */
|
||||
template <class Titem_, int Thash_bits_open_, int Thash_bits_closed_>
|
||||
|
||||
Reference in New Issue
Block a user