Cleanup and documentation updates:
- Remove shared/str.h where not used. - Remove shared/debug.h from all files as it has been completely replaced by shared/report.h (it will be removed later). - Add more doxygen comments to shared/* and clients/lcdproc/*. - Include static functions in doxygen output.
This commit is contained in:
@@ -1428,7 +1428,7 @@ HD44780_output(Driver *drvthis, int on)
|
||||
* \param dispOffsets Array to store display offsets.
|
||||
* \param dOffsize Size of dispOffsets.
|
||||
* \param dispSizeArray Array of display vertical sizes (= spanlist).
|
||||
* \param spanlist '\0'-terminated input span list in comma delimited format.
|
||||
* \param spanlist '\\0'-terminated input span list in comma delimited format.
|
||||
* \return Number of span elements, -1 on parse error.
|
||||
*/
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user