Main Content

slreportgen.report.DocBlock.getClassFolder

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

Get location of DocBlock reporter class definition file

Since R2019b

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

Location of the slreportgen.report.DocBlock class definition file, returned as a character vector.

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