I don't know if this is an issue but it cost me all morning to figure out:
comments in parameter lists compile but parameters after the comment are not recognized as parameters. I am using this templating engine soy/metal.js in liferay7. soy/metal.js just quietly accepts this but does never update the parameter after the comment through data binding.
{template .render}
{@param? thisWill: ?}
// {@param? foobar: bool}
{@param? breakTheTemplate: bool}
I don't know if this is an issue but it cost me all morning to figure out:
comments in parameter lists compile but parameters after the comment are not recognized as parameters. I am using this templating engine soy/metal.js in liferay7. soy/metal.js just quietly accepts this but does never update the parameter after the comment through data binding.