mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 08:56:34 +00:00
Move module docu to work for NaturalDocs.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# ###########################################################################
|
||||
# ReportFormatter package $Revision: 7473 $
|
||||
# ###########################################################################
|
||||
|
||||
{
|
||||
# Package: ReportFormatter
|
||||
# ReportFormatter makes columnized reports given variable-width data lines.
|
||||
# It does the hard work of automatically sizing columns and truncating data
|
||||
@@ -54,7 +54,6 @@
|
||||
# After these adjustments, get_report() calls _truncate_headers() and
|
||||
# _truncate_line_values(). These truncate output to the columns' final,
|
||||
# calculated widths.
|
||||
{
|
||||
package ReportFormatter;
|
||||
|
||||
use strict;
|
||||
|
Reference in New Issue
Block a user