diff options
Diffstat (limited to 'src/heap.h')
-rw-r--r-- | src/heap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,7 @@ namespace Bu | |||
22 | template<typename item, typename cmpfunc, typename itemalloc> | 22 | template<typename item, typename cmpfunc, typename itemalloc> |
23 | class Heap; | 23 | class Heap; |
24 | 24 | ||
25 | /** @cond DEVEL */ | ||
25 | template<typename item, typename cmpfunc, typename itemalloc> | 26 | template<typename item, typename cmpfunc, typename itemalloc> |
26 | class HeapCore | 27 | class HeapCore |
27 | { | 28 | { |
@@ -183,6 +184,7 @@ namespace Bu | |||
183 | cmpfunc cmp; | 184 | cmpfunc cmp; |
184 | itemalloc ia; | 185 | itemalloc ia; |
185 | }; | 186 | }; |
187 | /** @endcond */ | ||
186 | 188 | ||
187 | /** | 189 | /** |
188 | * A priority queue that allows for an unlimited number of priorities. All | 190 | * A priority queue that allows for an unlimited number of priorities. All |