-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Plugins API, Scripting
-
None
When registering a new plugin function, e.g. in a plugin with `register.register_script_function`, it is possible to specify the documentation.
However, it would be nice if the function registration would use the functions docstring if no explicit documentation is given. This makes it easy and intuitive for plugin developers to provide even complex documentation for their functions.