MT#7705 - remove =item from pod formatting

changes/94/294/1
Kirill Solomko 11 years ago
parent c2fb0c6e32
commit 503cdfcc7f

@ -247,7 +247,7 @@ Info:
Check "Params" section for the "error" and the "info" methods for extended usage Check "Params" section for the "error" and the "info" methods for extended usage
=item Notes: Notes:
- If you use the code inside an anonymous function (sub { }) - If you use the code inside an anonymous function (sub { })
it will appear in the log as CALLED=....::__ANON__ it will appear in the log as CALLED=....::__ANON__
@ -259,8 +259,6 @@ Check "Params" section for the "error" and the "info" methods for extended usage
there may be more logic around different types but currently there may be more logic around different types but currently
there is only a check if ($type eq 'panel') { show on GUI ... }) there is only a check if ($type eq 'panel') { show on GUI ... })
=cut
=head1 INTERFACE =head1 INTERFACE
=head2 Functions =head2 Functions
@ -274,7 +272,7 @@ Used by "info" and "error" methods and returns parsed data for logging
Shows the error message on the panel. Also logs everything to the logger. Shows the error message on the panel. Also logs everything to the logger.
=item Params: Params:
$c (required) $c (required)
$desc (required) - main log message (will apear on the GUI). $desc (required) - main log message (will apear on the GUI).
@ -290,13 +288,11 @@ Shows the error message on the panel. Also logs everything to the logger.
$cname=custom_create leads to $cname=custom_create leads to
CALLED=Controller:Domain::custom_create in the log CALLED=Controller:Domain::custom_create in the log
=cut
=head3 C<info> =head3 C<info>
Shows the info message on the panel. Also logs everything to the logger. Shows the info message on the panel. Also logs everything to the logger.
=item Params: Params:
$c (required) $c (required)
$desc (required) - main log message (will apear on the GUI). $desc (required) - main log message (will apear on the GUI).
@ -312,8 +308,6 @@ Shows the info message on the panel. Also logs everything to the logger.
$cname=custom_create leads to $cname=custom_create leads to
CALLED=Controller:Domain::custom_create in the log CALLED=Controller:Domain::custom_create in the log
=cut
=head1 AUTHOR =head1 AUTHOR
=head1 LICENSE =head1 LICENSE

Loading…
Cancel
Save