summaryrefslogtreecommitdiff
path: root/src/oldpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oldpool.h')
-rw-r--r--src/oldpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oldpool.h b/src/oldpool.h
index d619eeba8..9e49e22b3 100644
--- a/src/oldpool.h
+++ b/src/oldpool.h
@@ -34,9 +34,9 @@ protected:
const uint max_blocks; ///< The max amount of blocks this pool can have
const uint block_size_bits; ///< The size of each block in bits
- /// Pointer to a function that is called after a new block is added
+ /** Pointer to a function that is called after a new block is added */
OldMemoryPoolNewBlock *new_block_proc;
- /// Pointer to a function that is called to clean a block
+ /** Pointer to a function that is called to clean a block */
OldMemoryPoolCleanBlock *clean_block_proc;
uint current_blocks; ///< How many blocks we have in our pool