Main Content
slreportgen.report.DocBlock.customizeReporter
Class: slreportgen.report.DocBlock
Namespace: slreportgen.report
Create custom DocBlock
reporter class
Syntax
reporter = slreportgen.report.DocBlock.customizeReporter(classpath)
Description
creates a class definition file that defines a subclass of
reporter
= slreportgen.report.DocBlock.customizeReporter(classpath
)slreportgen.report.DocBlock
at the location specified by
classpath
. The method also copies the default reporter templates to the
resources/templates
subfolder of the folder that contains the class
definition file. You can use the class definition file as a starting point to design a custom
DocBlock reporter class for your report.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b