Bug 25414 - head2 POD inconsistent in Koha namespace
Summary: head2 POD inconsistent in Koha namespace
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Developer documentation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 25415
Blocks: 25412
  Show dependency treegraph
 
Reported: 2020-05-07 12:14 UTC by Jonathan Druart
Modified: 2020-05-07 12:24 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2020-05-07 12:14:21 UTC
There are:
=head2 Class Methods
=head2 Internal Methods

TODO:
 * Remove unnecessary uppercase on "Methods"
 * Class methods is not correct in most of the case, a class method is a method that must be called on the class, not an instance. We should rename it "Instance methods"
 * Reposition the =head2 correctly (sometimes internal methods are in "Class methods" and vice versa)