Use "#var" rather than "@c var" for doxygen.

This commit is contained in:
Michael Brown
2005-05-20 10:27:02 +00:00
parent bf32da87f0
commit a96759f9c8
5 changed files with 19 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
* @ret 0 (if buf == NULL)
* @err None
*
* If @c buf==NULL, then the string will be written to the console
* If #buf==NULL, then the string will be written to the console
* directly using putchar().
*
*/
@@ -159,7 +159,7 @@ static int vsprintf(char *buf, const char *fmt, va_list args)
* @ret 0 (if buf == NULL)
* @err None
*
* If @c buf==NULL, then the string will be written to the console
* If #buf==NULL, then the string will be written to the console
* directly using putchar().
*
*/