1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Provide initial module structure to Doxygen.

This commit is contained in:
kostja@bodhi.(none)
2007-08-15 19:08:44 +04:00
parent 46b8a07dc5
commit 2537a87fb5
17 changed files with 157 additions and 9 deletions

View File

@ -28,6 +28,11 @@
#include "events.h"
#include "sql_trigger.h"
/**
@defgroup Runtime_Environment Runtime Environment
@{
*/
/* Used in error handling only */
#define SP_TYPE_STRING(LP) \
((LP)->sphead->m_type == TYPE_ENUM_FUNCTION ? "FUNCTION" : "PROCEDURE")
@ -7242,3 +7247,7 @@ bool parse_sql(THD *thd,
return err_status;
}
/**
@} (end of group Runtime_Environment)
*/