Bug 25414

Summary: head2 POD inconsistent in Koha namespace
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Developer documentationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 25415    
Bug Blocks: 25412    

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)