Show
Ignore:
Timestamp:
02/26/10 13:14:41 (2 years ago)
Author:
mgalloy
Message:

Added author, copyright, history, and version tags for overview file in rst and IDLdoc formats.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/idldoc/src/templates/overview.tt

    r606 r632  
    5454      [% END %] 
    5555       
     56      [% IF has_author_info %] 
     57      <h2>Author information</h2> 
     58 
     59        <dl class="attribute small" summary="Library author information"> 
     60          [% IF has_author %] 
     61            <dt>Author:</dt> 
     62            <dd>[% author %]</dd>        
     63          [% END %] 
     64           
     65          [% IF has_copyright %] 
     66            <dt>Copyright:</dt> 
     67            <dd>[% copyright %]</dd>        
     68          [% END %] 
     69           
     70          [% IF has_history %] 
     71            <dt>History:</dt> 
     72            <dd>[% history %]</dd>     
     73          [% END %] 
     74 
     75          [% IF has_version %] 
     76            <dt>Version:</dt> 
     77            <dd>[% version %]</dd>      
     78          [% END %]               
     79        </dl>           
     80      [% END %] 
     81                 
     82       
    5683      <h2 id="statistics">Project statistics</h2> 
    5784