當我嘗試編譯這個大豆模板時,Plovr引發了一個編譯時異常。爲什麼我缺少我的大豆模板的soyDocs?
// 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}
這裏是提出的錯誤。
org.plovr.CheckedSoySyntaxException:
template templates.home.main: Not all code is in Soy V2 syntax
(missing SoyDoc for template {template .main}).
爲什麼我缺少這個模板的大豆文檔?