fix Doxygen comments
This commit is contained in:
@@ -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.
|
* \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
|
MODULE_EXPORT int
|
||||||
CFontz_get_free_chars(Driver *drvthis)
|
CFontz_get_free_chars(Driver *drvthis)
|
||||||
|
|||||||
@@ -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.
|
* \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
|
MODULE_EXPORT int
|
||||||
CFontz633_get_free_chars (Driver *drvthis)
|
CFontz633_get_free_chars (Driver *drvthis)
|
||||||
|
|||||||
@@ -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.
|
* \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
|
MODULE_EXPORT int
|
||||||
CFontzPacket_get_free_chars (Driver *drvthis)
|
CFontzPacket_get_free_chars (Driver *drvthis)
|
||||||
|
|||||||
@@ -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.
|
* \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
|
MODULE_EXPORT int
|
||||||
CwLnx_get_free_chars(Driver *drvthis)
|
CwLnx_get_free_chars(Driver *drvthis)
|
||||||
|
|||||||
@@ -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.
|
* \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
|
MODULE_EXPORT int
|
||||||
IOWarrior_get_free_chars (Driver *drvthis)
|
IOWarrior_get_free_chars (Driver *drvthis)
|
||||||
|
|||||||
@@ -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.
|
* \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
|
MODULE_EXPORT int
|
||||||
MtxOrb_get_free_chars (Driver *drvthis)
|
MtxOrb_get_free_chars (Driver *drvthis)
|
||||||
|
|||||||
Reference in New Issue
Block a user