Files
godot/core/object
reduz 96f8254b24 Implement error return documetation
Adds ability to add error return documetation to the binder and class reference.
Usage example:

```C++
void MyClass::_bind_method() {
	[..]
	BIND_METHOD_ERR_RETURN_DOC("load", ERR_FILE_CANT_OPEN, ERR_FILE_UNRECOGNIZED);
}
```

One function of ConfigFile was changed as example.
2021-08-24 15:28:29 -03:00
..
2021-08-24 15:28:29 -03:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-08-17 21:11:10 +08:00
2021-08-17 21:11:10 +08:00