Smart Hint for User Defined function


Version: 2021b

Type: Features

Category: Programming

Subcategory: Code Builder

Jira: ORG-23184


E.g.

/*$$$
	testtest1
	testtest2
$$$*/
double testfunc(double abc)
{
...
}

the text wrapped by /$$$ $$$/ will be shown in the smart hint panel, when the notation is absent, it will show the prototype only, in above case, it is

double testfunc(double abc)