diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-09-06 08:49:53 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-09-07 14:22:00 +0200 |
commit | a8d3797a13919085e69e4b9059ae0af0212f51af (patch) | |
tree | 1e176a039ccc29a55bd25e0483aa524a63cf0bbb /codegen | |
parent | 21d69c8ef871ec5747fd7353e44ebdf85d218a9d (diff) | |
download | vala-a8d3797a13919085e69e4b9059ae0af0212f51af.tar.gz |
docs: Drop errornous @return documentation on void method
Diffstat (limited to 'codegen')
-rw-r--r-- | codegen/valatyperegisterfunction.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codegen/valatyperegisterfunction.vala b/codegen/valatyperegisterfunction.vala index b7c18f8a2..dde8456a6 100644 --- a/codegen/valatyperegisterfunction.vala +++ b/codegen/valatyperegisterfunction.vala @@ -415,8 +415,6 @@ public abstract class Vala.TypeRegisterFunction { /** * Returns additional C initialization statements to setup interfaces. - * - * @return C statements */ public virtual void get_type_interface_init_statements (CCodeBlock block, bool plugin) { } |