Skip to content

Commit

Permalink
Correct NAME section POD in various *.pm files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jame committed Mar 26, 2012
1 parent f9597b8 commit 68e3173
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LedgerSMB.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

=head1 NAME
LedgerSMB The Base class for many LedgerSMB objects, including DBObject.
LedgerSMB - The Base class for many LedgerSMB objects, including DBObject.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion LedgerSMB/AA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
LedgerSMB::AA - Contains the routines for managing AR and AP transactions.
=head1 SYNPOSIS
=head1 SYNOPSIS
This module contains the routines for managing AR and AP transactions and
many of the reorts (a few others are found in LedgerSMB::RP.pm).
Expand Down
3 changes: 2 additions & 1 deletion LedgerSMB/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
=head1 NAME
LedgerSMB::Auth.pm
LedgerSMB::Auth.pm - Provides an abstraction layer for session management and
authentication.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion LedgerSMB/Auth/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=head1 NAME
LedgerSMB::Auth.pm, Standard DB module.
LedgerSMB::Auth::DB - Standard Authentication DB module.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion LedgerSMB/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
=head1 NAME
LedgerSMB::File
LedgerSMB::File - Provides routines for managing file attachments.
=head1 SYNPSIS
Expand Down
4 changes: 2 additions & 2 deletions LedgerSMB/File/Order.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
=head1 NAME
LedgerSMB::File::Order
LedgerSMB::File::Order - Manages attachments to orders.
=head1 SYNPSIS
=head1 SYNOPSIS
Manages attachments to orders (sales orders, purchase orders, quotations and
RFQ's).
Expand Down
4 changes: 2 additions & 2 deletions LedgerSMB/File/Part.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
=head1 NAME
LedgerSMB::File::Part
LedgerSMB::File::Part - Manages attachments to goods and services.
=head1 SYNPSIS
=head1 SYNOPSIS
Manages attachments to goods and services.
Expand Down
6 changes: 3 additions & 3 deletions LedgerSMB/File/Transaction.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
=head1 NAME
LedgerSMB::File::Transaction
LedgerSMB::File::Transaction - Manages attachments to financial transactions.
=head1 SYNPSIS
=head1 SYNOPSIS
Manages attachments to financial trnasactions (in 1.3, AR, AP, and GL entries)
Manages attachments to financial transactions (in 1.3, AR, AP, and GL entries)
=head1 INHERITS
Expand Down
6 changes: 6 additions & 0 deletions LedgerSMB/RESTXML/Document/Base.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=head1 NAME
LedgerSMB::RESTXML::Document::Base - Base XML:Twig structure function
=cut

package LedgerSMB::RESTXML::Document::Base;
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion LedgerSMB/RESTXML/Document/Session.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

=head1 NAME
LedgerSMB::RESTXML::Document::Session
LedgerSMB::RESTXML::Document::Session - Sets up an authentication session for iterativly accessing documents.
=head1 SYNOPSIS
Expand Down
7 changes: 7 additions & 0 deletions LedgerSMB/RESTXML/Handler.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

=head1 NAME
LedgerSMB::RESTXML::Handler - RESTful LSMB API
=cut

package LedgerSMB::RESTXML::Handler;
use strict;
use warnings;
Expand Down
4 changes: 1 addition & 3 deletions LedgerSMB/ScriptLib/Company.pm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Requires form var: id
Extracts a single company from the database, using its company ID as the primary
point of uniqueness. Shows (appropriate to user privileges) and allows editing
of the company informations.
of the company information.
=back
Expand Down Expand Up @@ -515,8 +515,6 @@ l_projectnumber: project.projectnumber
l_serialnumber: invoice/orderitems.serialnumber
=item
=back
=cut
Expand Down

0 comments on commit 68e3173

Please sign in to comment.