Show
Ignore:
Timestamp:
11/30/2007 01:12:48 AM (12 months ago)
Author:
Shadowhand
Message:

Updated Kodoc module, just moving files around and updating a couple small things.

Location:
trunk/modules/kodoc/views/kodoc
Files:
2 modified
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/modules/kodoc/views/kodoc/method.php

    r1329 r1330  
    6868        endforeach; 
    6969 
     70        if (isset($comment['param'])) 
     71        { 
     72                // Remove parameter information from the comment 
     73                unset($comment['param']); 
     74        } 
     75 
    7076?> 
    7177</dl> 
    7278<?php 
    73         // Remove parameter information from the comment 
    74         unset($comment['param']); 
    7579 
    7680endif; 
  • trunk/modules/kodoc/views/kodoc/template.php

    r1329 r1330  
    2929hr { margin: 1em 0; border-bottom: solid 2px #ccc; } 
    3030 
    31 ul ul { padding-left: 1em; } 
     31ul { margin-left: 1.5em; } 
    3232 
    3333dt { float: left; clear: left; display: block; width: 12em; font-weight: bold; }