diff --git a/server/drivers/CFontz.c b/server/drivers/CFontz.c index c7c932f..98f4d9f 100644 --- a/server/drivers/CFontz.c +++ b/server/drivers/CFontz.c @@ -701,9 +701,9 @@ int do_init = 0; /** - * Get number of custom chars available. + * Get number of custom characters available. * \param drvthis Pointer to driver structure. - * \returns Number of custom characters (always NUM_CCs). + * \return Number of custom characters (always NUM_CCs). */ MODULE_EXPORT int CFontz_get_free_chars(Driver *drvthis) diff --git a/server/drivers/CFontz633.c b/server/drivers/CFontz633.c index b267800..fada334 100644 --- a/server/drivers/CFontz633.c +++ b/server/drivers/CFontz633.c @@ -789,9 +789,9 @@ int do_init = 0; /** - * Get number of custom chars available. + * Get number of custom characters available. * \param drvthis Pointer to driver structure. - * \returns Number of custom characters (always NUM_CCs). + * \return Number of custom characters (always NUM_CCs). */ MODULE_EXPORT int CFontz633_get_free_chars (Driver *drvthis) diff --git a/server/drivers/CFontzPacket.c b/server/drivers/CFontzPacket.c index de14227..0164433 100644 --- a/server/drivers/CFontzPacket.c +++ b/server/drivers/CFontzPacket.c @@ -956,9 +956,9 @@ int do_init = 0; /** - * Get number of custom chars available. + * Get number of custom characters available. * \param drvthis Pointer to driver structure. - * \returns Number of custom characters (always NUM_CCs). + * \return Number of custom characters (always NUM_CCs). */ MODULE_EXPORT int CFontzPacket_get_free_chars (Driver *drvthis) diff --git a/server/drivers/CwLnx.c b/server/drivers/CwLnx.c index 0e7e7a4..8822946 100644 --- a/server/drivers/CwLnx.c +++ b/server/drivers/CwLnx.c @@ -1029,9 +1029,9 @@ CwLnx_num(Driver *drvthis, int x, int num) /** - * Get number of custom chars available. + * Get number of custom characters available. * \param drvthis Pointer to driver structure. - * \returns Number of custom characters (always NUM_CCs). + * \return Number of custom characters (always NUM_CCs). */ MODULE_EXPORT int CwLnx_get_free_chars(Driver *drvthis) diff --git a/server/drivers/IOWarrior.c b/server/drivers/IOWarrior.c index 948393b..3f44d8b 100644 --- a/server/drivers/IOWarrior.c +++ b/server/drivers/IOWarrior.c @@ -816,9 +816,9 @@ PrivateData *p = drvthis->private_data; /** - * Get number of custom chars available. + * Get number of custom characters available. * \param drvthis Pointer to driver structure. - * \returns Number of custom characters (always NUM_CCs). + * \return Number of custom characters (always NUM_CCs). */ MODULE_EXPORT int IOWarrior_get_free_chars (Driver *drvthis) diff --git a/server/drivers/MtxOrb.c b/server/drivers/MtxOrb.c index 854e46c..932de0a 100644 --- a/server/drivers/MtxOrb.c +++ b/server/drivers/MtxOrb.c @@ -1134,9 +1134,9 @@ MtxOrb_num (Driver *drvthis, int x, int num) /** - * Get number of custom chars available. + * Get number of custom characters available. * \param drvthis Pointer to driver structure. - * \returns Number of custom characters (always NUM_CCs). + * \return Number of custom characters (always NUM_CCs). */ MODULE_EXPORT int MtxOrb_get_free_chars (Driver *drvthis)