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 @@
# ###########################################################################
# TextResultSetParser package $Revision: 6898 $
# ###########################################################################
{
# Package: TextResultSetParser
# TextResultSetParser converts a text result set to a data struct like
# DBI::selectall_arrayref(). Text result sets are like what SHOW PROCESSLIST
@@ -39,7 +39,6 @@
# ]
# (end code)
# Both horizontal and vertical (\G) text outputs are supported.
{
package TextResultSetParser;
use strict;