SWDEV-448163 - Fix Doxygen warnings

Change-Id: If72e312461a72920b6a482009c9aef4cf92f2e1b


[ROCm/hip-tests commit: 6c23e25c86]
This commit is contained in:
Branislav Brzak
2024-03-22 11:17:00 +01:00
committed by Branislav Brzak
parent 49a7085d38
commit 35c7d3e1c6
366 changed files with 1919 additions and 89 deletions
@@ -73,3 +73,8 @@ xyzzy
REQUIRE(proc.run() == 0);
REQUIRE(proc.getOutput() == reference);
}
/**
* End doxygen group PrintfTest.
* @}
*/
@@ -59,3 +59,8 @@ xyzzy
REQUIRE(proc.getOutput() == reference);
}
/**
* End doxygen group PrintfTest.
* @}
*/
@@ -62,3 +62,8 @@ TEST_CASE("Unit_Host_Printf") {
free(count);
HIP_CHECK(hipFree(count_d));
}
/**
* End doxygen group PrintfTest.
* @}
*/
@@ -85,3 +85,8 @@ x
REQUIRE(0 == proc.run());
REQUIRE(proc.getOutput() == reference);
}
/**
* End doxygen group PrintfTest.
* @}
*/
@@ -205,3 +205,8 @@ TEST_CASE("Unit_NonHost_Printf_BufferAvailability") {
HIP_CHECK(hipFree(count_d));
}
/**
* End doxygen group PrintfTest.
* @}
*/
@@ -175,3 +175,8 @@ TEST_CASE("Unit_Printf_Negative_Parameters_RTC") {
HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION);
REQUIRE(error_count == expected_error_count);
}
/**
* End doxygen group PrintfTest.
* @}
*/
@@ -114,3 +114,8 @@ x
REQUIRE(0 == proc.run());
REQUIRE(proc.getOutput() == reference);
}
/**
* End doxygen group PrintfTest.
* @}
*/