@@ -33,17 +33,17 @@ static void test1_breathingTest()
3333{
3434 bmqtst::TestHelper::printTestName (" BREATHING TEST" );
3535
36- // In this test case we do some very strict/precise assertions on
37- // allocations/allocator use. This is to ensure that the stream
38- // remains working as efficiently as possible (over time as code
39- // evolves). However these strict numbers here are not the artifacts
40- // of how this stream works, but how the BDE provided
41- // `bdesb_MemOutStreamBuf` works. So it is possible that changes in
42- // `bdesb_MemOutStreamBuf` will break this test driver. Said changes
43- // will need to be reviewed at that time to determine if they are
44- // acceptable (and this test driver needs fixing) or BDE will need to
45- // make a new component with the changes and keep
46- // `bdesb_MemOutStreamBuf` as it is.
36+ // / In this test case we do some very strict/precise assertions on
37+ // / allocations/allocator use. This is to ensure that the stream
38+ // / remains working as efficiently as possible (over time as code
39+ // / evolves). However these strict numbers here are not the artifacts
40+ // / of how this stream works, but how the BDE provided
41+ // / @bbref{bdlsb::MemOutStreamBuf} works. So it is possible that changes
42+ // / in @bbref{bdlsb::MemOutStreamBuf} will break this test driver.
43+ // / Said changes will need to be reviewed at that time to determine if
44+ // / they are acceptable (and this test driver needs fixing) or BDE will
45+ // / need to make a new component with the changes and keep
46+ // / @bbref{bdlsb::MemOutStreamBuf} as it is.
4747 bslma::TestAllocator alloc (bmqtst::TestHelperUtil::allocator ());
4848
4949 bmqu::MemOutStream obj (&alloc);
0 commit comments