deprecate class documented as deprecated

This commit is contained in:
erik-krogh
2022-09-26 20:09:54 +02:00
parent 40a75fdd12
commit b83ca08854

View File

@@ -6,7 +6,7 @@ import cpp
* A function that concatenates the string from its second argument
* to the string from its first argument, for example `strcat`.
*/
class StrcatFunction extends Function {
deprecated class StrcatFunction extends Function {
StrcatFunction() {
getName() =
[