[vala/0.36: 58/212] docs: Drop errornous @return documentation on void method



commit d6a296808864ee3499e5a29571a48cbf682cbd8f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Sep 6 08:49:53 2017 +0200

    docs: Drop errornous @return documentation on void method

 codegen/valatyperegisterfunction.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/codegen/valatyperegisterfunction.vala b/codegen/valatyperegisterfunction.vala
index 5f8d2be..72793cd 100644
--- a/codegen/valatyperegisterfunction.vala
+++ b/codegen/valatyperegisterfunction.vala
@@ -413,8 +413,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) {
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]