summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-08-15 19:08:44 +0400
committerkostja@bodhi.(none) <>2007-08-15 19:08:44 +0400
commit2537a87fb541e8685aa5021bb745cbfdf9216eec (patch)
tree5ee2ab21bcb77c8e82407c76fe1f96e3c1c0decb /sql/sql_lex.h
parent46b8a07dc53dd0106026d6f37bd6e585c3e35d6f (diff)
downloadmariadb-git-2537a87fb541e8685aa5021bb745cbfdf9216eec.tar.gz
Provide initial module structure to Doxygen.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 94feddf6e77..22c7eb2ffb1 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -13,6 +13,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+/**
+ @defgroup Semantic_Analysis Semantic Analysis
+*/
/* YACC and LEX Definitions */
@@ -1823,4 +1826,8 @@ extern void trim_whitespace(CHARSET_INFO *cs, LEX_STRING *str);
extern bool is_lex_native_function(const LEX_STRING *name);
+/**
+ @} (End of group Semantic_Analysis)
+*/
+
#endif /* MYSQL_SERVER */