This is a transformer that does quality checks on the codebase It checks that the documentation has the required tags. Currently the 'required tags' are only the summary The documentation is created in a report called the Quality check report.
This is the code documentation for the Pelzini project
Search documentation |
class QualityCheckTransformerThis is a transformer that does quality checks on the codebase It checks that the documentation has the required tags. Currently the 'required tags' are only the summary The documentation is created in a report called the Quality check report.
AuthorsVariables
Functions
public __constructvoid $QualityCheckTransformer->__construct ( [ array $required_tags ] ); Set up the quality check transformer private check_classvoid $QualityCheckTransformer->check_class ( mixed $item ); Checks that a class has high-enough quality documentation private check_filesvoid $QualityCheckTransformer->check_files ( mixed $item ); Checks that a file has high-enough quality documentation private check_functionvoid $QualityCheckTransformer->check_function ( mixed $item [, mixed $from ] ); Checks that a function has high-enough quality documentation private check_interfacevoid $QualityCheckTransformer->check_interface ( mixed $item ); Checks that an interface has high-enough quality documentation public transformarray $QualityCheckTransformer->transform ( array &$parser_model ); Transforms the data model before outputting. This transformer generates a report of objects that do not have good enough documentation |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |