1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Doxygenize comments.

This commit is contained in:
cmiller@zippy.cornsilk.net
2007-10-16 16:11:50 -04:00
parent dee842e093
commit 5a19f077b3
16 changed files with 313 additions and 281 deletions

View File

@ -66,8 +66,8 @@ struct Query_cache_result;
class Query_cache;
/**
@brief This class represents a node in the linked chain of queries
belonging to one table.
This class represents a node in the linked chain of queries
belonging to one table.
@note The root of this linked list is not a query-type block, but the table-
type block which all queries has in common.