globals_summary.inc.html

Template variables required by this page:

<global_summary loop>
{page} -- file.ext name of the file included, use for #a name links
{global_name} -- include/require/include_once/require_once
{global_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.)

Summary of Global Variables

Example:

<A NAME='global_summary'><!-- --></A>
<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
   <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
      <TD>
         <FONT SIZE='+2'><B>Global Variable Summary</B></FONT>
      </TD>
   </TR>
</TABLE>
<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
   <THEAD>
      <TR><TH>VARIABLE NAME</TH><TH>VARIABLE
VALUE</TH><TH>DESCRIPTION</TH></TR>
   </THEAD>
   <TBODY>
      <loop name="globals">
      <TR BGCOLOR='white' CLASS='TableRowColor'>
         <TD><A HREF='{page}#{global_name}'>{global_name}</A></TD>
         <TD>{global_value}</TD>
         <TD>{global_sdesc}</TD>
      </TR>
      </loop name="globals">
   </TBODY>
</TABLE>
<br>