gtk-doc parsing fixes
[captive.git] / src / libcaptive / include / captive / macros.h
index d9ac486..b5f23c1 100644 (file)
@@ -230,7 +230,7 @@ G_BEGIN_DECLS
 /**
  * captive_printf_alloca:
  * @format: Format string. See the sprintf() documentation.
- * @args: Arguments for @format. See the sprintf() documentation.
+ * @args...: Arguments for @format. See the sprintf() documentation.
  *
  * Format the given format string @format as in sprintf().
  * Output buffer is allocated automatically and it does not need to be deallocated