| #** |
| * This is a generic formal comment. This template creates |
| * a list of all macros contained within the RootDoc. |
| * |
| * @param rootDoc net.sourceforge.velocidoc.RootDoc |
| *# |
| |
| #** |
| * Line 1 of desc |
| * Line 2 of desc |
| * @param test purpose line 1 |
| * @mytag als;dfkja;sdlkjf;asdkjf;asdjkf;ask |
| *# |
| #macro (test $test) |
| asdfasdfasdfa |
| asdfasdfasdf |
| asdfasdfasdfasd |
| |
| #end |
| |
| #** |
| * This is macro for foo |
| * |
| * @param footext Represents the footext |
| * @param secondargument Represents the second argument |
| * @author Trever M. Shick |
| *# |
| #macro ( test4 $footext ) |
| |
| #end |
| |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> |
| <!--NewPage--> |
| <HTML> |
| <HEAD> |
| |
| <!-- Generated by javadoc on Sun May 06 06:06:54 PDT 2001 --> |
| <TITLE> |
| Java 2 Platform SE v1.3.1: Package java.awt.image |
| </TITLE> |
| <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> |
| </HEAD> |
| <BODY BGCOLOR="white"> |
| |
| <h1>Velocidocs: Roller Weblogger 1.2</h1> |
| |
| Roller users guide to Velocity Macros. Automatically generated by Velocidoc. |
| |
| <h3>The Macros</h3> |
| <p /> |
| Velocity macros are organized by template files. |
| <p /> |
| |
| <table border="1" width="90%"> |
| <th colspan="2" class="TableHeadingColor">Templates</th> |
| #foreach ($templateDoc in $rootDoc.allTemplates) |
| <tr> |
| <td><A HREF="template-${templateDoc.name}.html" TARGET="classFrame"> |
| <I>${templateDoc.name}</I></A> |
| </td> |
| <td>${templateDoc.comment.content}</td> |
| </tr> |
| #end |
| </table> |
| |
| </BODY> |
| </HTML> |