You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by aa...@apache.org on 2013/11/09 22:59:41 UTC

svn commit: r1540415 - in /click/trunk/click: examples/webapp/macro.vm template/WebContent/macro.vm

Author: aadrian
Date: Sat Nov  9 21:59:41 2013
New Revision: 1540415

URL: http://svn.apache.org/r1540415
Log:
use javadoc convention for the Velocity macro comments too, so that IDEs can show this the same way do for javadoc

Modified:
    click/trunk/click/examples/webapp/macro.vm
    click/trunk/click/template/WebContent/macro.vm

Modified: click/trunk/click/examples/webapp/macro.vm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/macro.vm?rev=1540415&r1=1540414&r2=1540415&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/macro.vm (original)
+++ click/trunk/click/examples/webapp/macro.vm Sat Nov  9 21:59:41 2013
@@ -15,10 +15,9 @@
 ## specific language governing permissions and limitations
 ## under the License.
 
-#*********************************
+#**
  * Write drop down JavaScrip menu
- *********************************#
-
+ *#
 #macro( writeMenu $rootMenu )
 
 <table id="menuTable" border="0" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 2px;">
@@ -52,10 +51,9 @@
 #end
 
 
-#*********************
+#**
  * Write generic form
- *********************#
-
+ *#
 #macro( writeForm $form )
 	
 $form.startTag()	
@@ -109,10 +107,9 @@ $form.endTag()
 #end
 
 
-#*********************************************
+#**
  * Write drop down border template header menu
- *********************************************#
- 
+ *#
 #macro( writeInfoBar )
 
 &nbsp; | &nbsp;

Modified: click/trunk/click/template/WebContent/macro.vm
URL: http://svn.apache.org/viewvc/click/trunk/click/template/WebContent/macro.vm?rev=1540415&r1=1540414&r2=1540415&view=diff
==============================================================================
--- click/trunk/click/template/WebContent/macro.vm (original)
+++ click/trunk/click/template/WebContent/macro.vm Sat Nov  9 21:59:41 2013
@@ -1,8 +1,7 @@
 
-#*********************************
+#**
  * Write drop down menu and Search
- *********************************#
-
+ *#
 #macro( writeMenu $rootMenu )
 
 <table id="menuTable" border="0" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 2px;">