mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
hopefully shut doxygen up about a "const char" function
This commit is contained in:
parent
44b38c5cb7
commit
41106a1f01
1 changed files with 2 additions and 4 deletions
|
@ -161,10 +161,8 @@ Xgroup_add(def) // defgroup_add_defs
|
|||
Xgroup_add(reloc) // relocgroup_add_relocs
|
||||
Xgroup_add(func) // funcgroup_add_funcs
|
||||
|
||||
static void def_error (qfo_def_t *def, const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 2, 3)));
|
||||
static void def_warning (qfo_def_t *def, const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 2, 3)));
|
||||
static void def_error (qfo_def_t *def, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
|
||||
static void def_warning (qfo_def_t *def, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
|
||||
|
||||
static defref_t *
|
||||
get_defref (qfo_def_t *def, defgroup_t *defgroup)
|
||||
|
|
Loading…
Reference in a new issue