mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fix function.h's doxgygen grouping.
This commit is contained in:
parent
7ccfd7b9e0
commit
cc88202f8c
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
/** \defgroup qfcc_function Internal function structures.
|
||||
\ingroup qfcc
|
||||
*/
|
||||
//@{
|
||||
|
||||
#include "QF/pr_comp.h"
|
||||
#include "QF/pr_debug.h"
|
||||
|
@ -145,4 +146,6 @@ void emit_function (function_t *f, struct expr_s *e);
|
|||
int function_parms (function_t *f, byte *parm_size);
|
||||
void clear_functions (void);
|
||||
|
||||
//@}
|
||||
|
||||
#endif//__function_h
|
||||
|
|
Loading…
Reference in a new issue