Improve javadoc.

This commit is contained in:
levlam 2023-04-26 16:26:20 +03:00
parent 419a28125b
commit 06a3ec7d7a

View File

@ -171,6 +171,8 @@ EOT
$this->addDocumentation(' public abstract static class Function<R extends Object> extends Object {', <<<EOT
/**
* This class is a base class for all TDLib interface function-classes.
*
* @param <R> The object type that is returned by the function
*/
EOT
);