validateFunctionSignaturesJSON
Validate functionSignatures.json
files
Syntax
Description
validateFunctionSignaturesJSON
displays validation messages for the
functionSignatures.json
file in the current folder. Validation messages
indicate the location of any invalid code and the reason the code is invalid. The line
number in the message is a hyperlink that you can click to go directly to that line in the
Editor.
JSON syntax errors in the functionSignatures.json
file impact
validation of the file. If validateFunctionSignaturesJSON
reports JSON
syntax errors, correct these errors and then revalidate the file.
For information on creating a functionSignatures.json
file, see Customize Code Suggestions and Completions.
validateFunctionSignaturesJSON(
validates the filenames
)functionSignatures.json
files in
filenames
. Use this syntax to validate function signature files in
multiple folders.
T = validateFunctionSignaturesJSON(___)
returns a table
of results. You can use this syntax with any of the input argument combinations in the
previous syntaxes.
Examples
Input Arguments
Version History
Introduced in R2018b