Plovr genera una excepción en tiempo de compilación cuando intento compilar esta plantilla de soja.¿Por qué me falta soyDocs para mi plantilla de soja?
// Copyright 2012 David Faux
/**
* @overview Lays out the home page.
*/
{namespace templates.home}
/*
* Lays out the home page.
*/
{template .main}
<h1>Hi! Welcome to my experimental page.</h1>
<img src="/images/logo.png" alt="" id="homeLogo" />
{/template}
Aquí está el error.
org.plovr.CheckedSoySyntaxException:
template templates.home.main: Not all code is in Soy V2 syntax
(missing SoyDoc for template {template .main}).
¿Por qué me falta la soja docs para esta plantilla?