mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-21 17:21:44 +00:00
test: don't use wiki urls for documentation comments
Also make consistent use of \ as documentation escape character.
This commit is contained in:
@@ -213,7 +213,7 @@ static void AssertFileExist(const char *filename)
|
||||
/* Test case functions */
|
||||
|
||||
/**
|
||||
* @brief Tests sprite saving and loading
|
||||
* \brief Tests sprite saving and loading
|
||||
*/
|
||||
int surface_testSaveLoadBitmap(void *arg)
|
||||
{
|
||||
@@ -259,7 +259,7 @@ int surface_testSaveLoadBitmap(void *arg)
|
||||
return TEST_COMPLETED;
|
||||
}
|
||||
|
||||
/* !
|
||||
/**
|
||||
* Tests surface conversion.
|
||||
*/
|
||||
int surface_testSurfaceConversion(void *arg)
|
||||
@@ -299,7 +299,7 @@ int surface_testSurfaceConversion(void *arg)
|
||||
return TEST_COMPLETED;
|
||||
}
|
||||
|
||||
/* !
|
||||
/**
|
||||
* Tests surface conversion across all pixel formats.
|
||||
*/
|
||||
int surface_testCompleteSurfaceConversion(void *arg)
|
||||
@@ -390,7 +390,7 @@ int surface_testCompleteSurfaceConversion(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests sprite loading. A failure case.
|
||||
* \brief Tests sprite loading. A failure case.
|
||||
*/
|
||||
int surface_testLoadFailure(void *arg)
|
||||
{
|
||||
@@ -401,7 +401,7 @@ int surface_testLoadFailure(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some blitting routines.
|
||||
* \brief Tests some blitting routines.
|
||||
*/
|
||||
int surface_testBlit(void *arg)
|
||||
{
|
||||
@@ -423,7 +423,7 @@ int surface_testBlit(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some blitting routines with color mod
|
||||
* \brief Tests some blitting routines with color mod
|
||||
*/
|
||||
int surface_testBlitColorMod(void *arg)
|
||||
{
|
||||
@@ -445,7 +445,7 @@ int surface_testBlitColorMod(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some blitting routines with alpha mod
|
||||
* \brief Tests some blitting routines with alpha mod
|
||||
*/
|
||||
int surface_testBlitAlphaMod(void *arg)
|
||||
{
|
||||
@@ -467,7 +467,7 @@ int surface_testBlitAlphaMod(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some more blitting routines.
|
||||
* \brief Tests some more blitting routines.
|
||||
*/
|
||||
int surface_testBlitBlendNone(void *arg)
|
||||
{
|
||||
@@ -489,7 +489,7 @@ int surface_testBlitBlendNone(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some more blitting routines.
|
||||
* \brief Tests some more blitting routines.
|
||||
*/
|
||||
int surface_testBlitBlendBlend(void *arg)
|
||||
{
|
||||
@@ -511,7 +511,7 @@ int surface_testBlitBlendBlend(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some more blitting routines.
|
||||
* \brief Tests some more blitting routines.
|
||||
*/
|
||||
int surface_testBlitBlendAdd(void *arg)
|
||||
{
|
||||
@@ -533,7 +533,7 @@ int surface_testBlitBlendAdd(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some more blitting routines.
|
||||
* \brief Tests some more blitting routines.
|
||||
*/
|
||||
int surface_testBlitBlendMod(void *arg)
|
||||
{
|
||||
@@ -555,7 +555,7 @@ int surface_testBlitBlendMod(void *arg)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Tests some more blitting routines with loop
|
||||
* \brief Tests some more blitting routines with loop
|
||||
*/
|
||||
int surface_testBlitBlendLoop(void *arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user