Fix function.h's doxgygen grouping.

This commit is contained in:
Bill Currie 2012-12-05 16:01:28 +09:00
parent 7ccfd7b9e0
commit cc88202f8c

View file

@ -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