SWDEV-448163 - Fix Doxygen warnings

Change-Id: If72e312461a72920b6a482009c9aef4cf92f2e1b
This commit is contained in:
Branislav Brzak
2024-03-22 11:17:00 +01:00
committed by Branislav Brzak
parent 598fa2e8a5
commit 6c23e25c86
366 changed files with 1919 additions and 89 deletions
+6 -1
View File
@@ -85,4 +85,9 @@ TEST_CASE("Unit_hipArray3DGetDescriptor_Negative_Parameters") {
HIP_CHECK(hipArrayDestroy(array.ptr()));
HIP_CHECK_ERROR(hipArray3DGetDescriptor(&desc, array.ptr()), hipErrorInvalidHandle);
}
}
}
/**
* End doxygen group MemoryTest.
* @}
*/