blob: f61a666a1e8725945fa5eb3b06874486a5b5ad63 [file] [log] [blame]
#**
* 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">
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
All Macros</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
#foreach ($macroDoc in $rootDoc.allMacros)
<BR>
<A HREF="macro-${macroDoc.name}${macroDoc.argumentCount}.html" TARGET="classFrame"><I>${macroDoc.name}</I></A>
#end
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>