summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-10-16 16:11:50 -0400
committerunknown <cmiller@zippy.cornsilk.net>2007-10-16 16:11:50 -0400
commit94e41712130a838e72876785d880e62dbda6ca0c (patch)
tree8b9e521083780437237f38683ce7cab9518c7e78 /sql/protocol.h
parent4a0ec7864ea5c97bb51954c26674f1b6db04b13f (diff)
downloadmariadb-git-94e41712130a838e72876785d880e62dbda6ca0c.tar.gz
Doxygenize comments.
Diffstat (limited to 'sql/protocol.h')
-rw-r--r--sql/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index 46a2b6d36b6..853cca0f769 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -110,7 +110,7 @@ public:
};
-/* Class used for the old (MySQL 4.0 protocol) */
+/** Class used for the old (MySQL 4.0 protocol). */
class Protocol_text :public Protocol
{