summaryrefslogtreecommitdiffstats
path: root/src/core/vsprintf.c
diff options
context:
space:
mode:
authorMichael Brown2005-05-20 12:27:02 +0200
committerMichael Brown2005-05-20 12:27:02 +0200
commita96759f9c806c90070d99cddc496141b701b433e (patch)
tree14935da2145916b81a08790c575b5bab9ce7a446 /src/core/vsprintf.c
parentDoxygenation (diff)
downloadipxe-a96759f9c806c90070d99cddc496141b701b433e.tar.gz
ipxe-a96759f9c806c90070d99cddc496141b701b433e.tar.xz
ipxe-a96759f9c806c90070d99cddc496141b701b433e.zip
Use "#var" rather than "@c var" for doxygen.
Diffstat (limited to 'src/core/vsprintf.c')
-rw-r--r--src/core/vsprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c
index c8ba2c21..520b1feb 100644
--- a/src/core/vsprintf.c
+++ b/src/core/vsprintf.c
@@ -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().
*
*/