so that's the right way to do groups and subgroups...

This commit is contained in:
Bill Currie 2006-12-05 11:40:00 +00:00 committed by Jeff Teunissen
parent c2b9d8d549
commit 6fbddc3d43
31 changed files with 265 additions and 222 deletions

View file

@ -20,10 +20,8 @@
#ifndef __QF_script_h
#define __QF_script_h
/** \addtogroup utils */
//@{
/** \defgroup script Scripts
\ingroup utils
Line oriented script parsing. Multiple scripts being parsed at the same
time is supported.
*/
@ -90,7 +88,6 @@ qboolean Script_GetToken (script_t *script, qboolean crossline);
*/
void Script_UngetToken (script_t *script);
//@}
//@}
#endif//__QF_script_h