mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 09:02:08 +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.
|
/** \defgroup qfcc_function Internal function structures.
|
||||||
\ingroup qfcc
|
\ingroup qfcc
|
||||||
*/
|
*/
|
||||||
|
//@{
|
||||||
|
|
||||||
#include "QF/pr_comp.h"
|
#include "QF/pr_comp.h"
|
||||||
#include "QF/pr_debug.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);
|
int function_parms (function_t *f, byte *parm_size);
|
||||||
void clear_functions (void);
|
void clear_functions (void);
|
||||||
|
|
||||||
|
//@}
|
||||||
|
|
||||||
#endif//__function_h
|
#endif//__function_h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue