Skip to content

Commit

Permalink
added documentation stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Jan 4, 2011
1 parent 4d5a290 commit ba9f61b
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions lib/Labyrinth/Plugin/Articles/Site.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ my $SECTIONID = 3;

=head1 PUBLIC INTERFACE METHODS
=over 4
=item Archive
=item List
=item Meta
=item Cloud
=item Search
=item Item
=back
=cut

sub Archive {
Expand Down Expand Up @@ -108,8 +124,24 @@ sub Item {

=head1 ADMIN INTERFACE METHODS
Standard actions to administer the section content.
=over 4
=item Access
=item Admin
=item Add
=item Edit
=item Save
=item Delete
=back
=cut

sub Access { Authorised(MASTER) }
Expand Down Expand Up @@ -153,12 +185,9 @@ sub Delete {

__END__
=back
=head1 SEE ALSO
L<Labyrinth>,
L<Labyrinth::Plugins::Core>
L<Labyrinth>
=head1 AUTHOR
Expand All @@ -167,7 +196,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2011 Barbie for Miss Barbell Productions
Copyright (C) 2002-2011 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down

0 comments on commit ba9f61b

Please sign in to comment.