fix Doxygen comments

This commit is contained in:
marschap
2006-10-15 10:43:27 +00:00
parent b57b00ee82
commit 904828032a
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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)
+2 -2
View File
@@ -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)
+2 -2
View File
@@ -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)
+2 -2
View File
@@ -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)
+2 -2
View File
@@ -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)
+2 -2
View File
@@ -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)