<include_detail loop>{include_file} -- file.ext name of the file included, use for #a name links
{include_name} -- include/require/include_once/require_once
{include_value} -- file included (same as include_file in 1.0, this may change)
From docblock.inc.html:
{sdesc} -- short description from DocBlock
{desc} -- long description from DocBlock
<docblock loop> --
{keyword} -- tag name
{data} -- tag information (author name in @author tag, @see link, etc.)
Detailed information on Included Files
<!-- ============ CONSTANT DETAIL =========== -->
<A NAME='include_detail'></A>
<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
<TD>
<FONT SIZE='+2'><B>Include Statements Detail</B></FONT>
</TD>
</TR>
</TABLE>
<loop name="include_detail">
<A NAME='{include_file}'><!-- --></A><H3>{include_name}</H3>
<P><B>{include_name} file: {include_value}</B></P>
<include filename="docblock.inc.html"/>
<HR>
</loop name="include_detail">
Prev | Home | Next |
functions_detail.inc.html template file | Up | globals_detail.inc.html template file |
Template Documentation written by Gregory Beaver <cellog@users.sourceforge.net> and Joshua Eichorn <jeichorn@phpdoc.org>
Copyright © 2002, Gregory Beaver, Joshua Eichorn