Main Content

slreportgen.report.DocBlock.getClassFolder

Class: slreportgen.report.DocBlock
Namespace: slreportgen.report

Get location of DocBlock reporter class definition file

Syntax

path = slreportgen.report.DocBlock.getClassFolder

Description

path = slreportgen.report.DocBlock.getClassFolder returns the path of the folder that contains the slreportgen.report.DocBlock class definition file.

Output Arguments

expand all

Class definition file location, returned as a character vector.

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

Examples

expand all

Get the location of the folder that contains the DocBlock reporter class definition.

path = slreportgen.report.DocBlock.getClassFolder()

Version History

Introduced in R2019b