Name @example
Example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>@title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100" valign="top" class="header"> <span class="libName">@libname</span><br>
<a href="index.htm">index</a></td>
<td width="450" class="descList">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="mainTextName">Name</td>
<td class="methodName">@name</td>
</tr>
<tr>
<td valign=top class="mainText">Examples</td>
<td valign=top class="descList"><pre>@example</pre></td>
</tr>
<tr>
<td valign=top class="mainText">Description</td>
<td valign=top class="descList">@description</td>
</tr>
<tr>
<td valign=top class="mainText">Syntax</td>
<td valign=top class="descList"><pre>@syntax</pre></td>
</tr>
@parameters
@return
<tr>
<td valign=top class="mainText">Usage</td>
<td class="descList">@usage</td>
</tr>
<tr>
<td valign=top class="mainText">Related</td>
<td class="descList">@related</td>
</tr>
<tr>
<td><img src="video/images/1pix.gif" width="1" height="200"></td>
<td class="descList">&nbsp;</td>
</tr>
</table>
</center>
</body>
</html>
Description When you build your own template files you have to insert the @example tag intp the class.htm and the member.htm template, so that proDOC knows where to put the example code.
Usage required
Used by class.htm
member.htm