Main Content

Header files

External header files that contain custom type definitions

Description

App Configuration Pane: Code Appearance

Configuration Objects: coder.ReplacementTypes

External header file names that contain custom type definitions.

In the Configuration Parameter Dialog Box, to specify one or more header file names, type in the file names inside the text boxes.

At the command line, to specify a single header file name, use a character vector or a string scalar. To specify multiple header files, use one of the values in this table.

ValueDescription
String array

A string array in ReplacementTypes.HeaderFiles. For example, cfg.ReplacementTypes.HeaderFiles = ["myHeader1.h","myHeader2.h","myHeader3.h"].

Cell array of character vectors

A cell array of character vectors in ReplacementTypes.HeaderFiles. For example, cfg.ReplacementTypes.HeaderFiles = {'myHeader1.h','myHeader2.h','myHeader3.h'}.

Dependencies

To enable this parameter, select the Import custom types from external header files checkbox.

Settings

character vector

Name of the header file, specified as a character vector.

Programmatic Use

Property: HeaderFiles
Values: ' ' | string array | cell array of character vectors | character vector
Default: ' '

Version History

Introduced in R2019b