Move module docu to work for NaturalDocs.

This commit is contained in:
Daniel Nichter
2011-07-02 12:29:08 -06:00
parent a9e002cc5a
commit 55c69ffbc1
81 changed files with 83 additions and 162 deletions

View File

@@ -17,7 +17,7 @@
# ###########################################################################
# MySQLProtocolParser package $Revision: 7522 $
# ###########################################################################
{
# Package: MySQLProtocolParser
# MySQLProtocolParser parses MySQL events from tcpdump files.
# The packets come from TcpdumpParser. MySQLProtocolParse::parse_packet()
@@ -34,7 +34,6 @@
# At times MySQLProtocolParser::parse_packet() will not return an event
# because it usually takes a few packets to create one event. In such
# cases, TcpdumpParser::parse_event() will not call the other callbacks.
{
package MySQLProtocolParser;
use strict;