From f87e1c6519a24c75ff13ff8a402d1ab65d712815 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sat, 11 Jan 2020 21:21:53 +0100 Subject: [PATCH] api doc --- src/de/inetsoftware/jwebassembly/module/FunctionManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/de/inetsoftware/jwebassembly/module/FunctionManager.java b/src/de/inetsoftware/jwebassembly/module/FunctionManager.java index 6c61798..9c8ffdc 100644 --- a/src/de/inetsoftware/jwebassembly/module/FunctionManager.java +++ b/src/de/inetsoftware/jwebassembly/module/FunctionManager.java @@ -105,7 +105,7 @@ public class FunctionManager { * @param name * the function name * @param needThisParameter - * if this function need additional to the signature a this parameter + * if this function need additional to the parameter of the signature an extra "this" parameter */ void markAsScanned( FunctionName name, boolean needThisParameter ) { FunctionState state = getOrCreate( name ); @@ -264,7 +264,7 @@ public class FunctionManager { } /** - * if the given function is static. + * If this function need additional to the parameter of the signature an extra "this" parameter. * * @param name * the function name