Name @name
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 class="header">
<span class="libName">@libname</span>
<a href="index.htm">index</a></td>
<td class="descList"></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">Constructors</td>
<td valign=top class="descList"><pre>@syntax</pre></td>
</tr>
@parameters
@fields
@methods
<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>
</table>
</center>
</body>
</html>
Description When you build your own template files you have to insert the @name tag into the class.htm, classmember.htm, member.htm and memberparameter.htm template, so that proDOC knows where to put the name of the class, field, method or parameter in the document.
Usage required
Used by class.htm
classmember.htm
member.htm
memberparameter.htm