Core/Bitset: Fix doc
This commit is contained in:
@@ -572,9 +572,8 @@ namespace Nz
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Resets the bitset to zero bits
|
* \brief Reset all bits value to zero
|
||||||
*/
|
*/
|
||||||
|
|
||||||
template<typename Block, class Allocator>
|
template<typename Block, class Allocator>
|
||||||
void Bitset<Block, Allocator>::Reset()
|
void Bitset<Block, Allocator>::Reset()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user