Changeset 1330 for trunk/modules/kodoc/views
- Timestamp:
- 11/30/2007 01:12:48 AM (12 months ago)
- Location:
- trunk/modules/kodoc/views/kodoc
- Files:
-
- 2 modified
- 2 moved
-
documentation.php (moved) (moved from trunk/modules/kodoc/views/kodoc_html.php)
-
menu.php (moved) (moved from trunk/modules/kodoc/views/kodoc_menu.php)
-
method.php (modified) (1 diff)
-
template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kodoc/views/kodoc/method.php
r1329 r1330 68 68 endforeach; 69 69 70 if (isset($comment['param'])) 71 { 72 // Remove parameter information from the comment 73 unset($comment['param']); 74 } 75 70 76 ?> 71 77 </dl> 72 78 <?php 73 // Remove parameter information from the comment74 unset($comment['param']);75 79 76 80 endif; -
trunk/modules/kodoc/views/kodoc/template.php
r1329 r1330 29 29 hr { margin: 1em 0; border-bottom: solid 2px #ccc; } 30 30 31 ul ul { padding-left: 1em; }31 ul { margin-left: 1.5em; } 32 32 33 33 dt { float: left; clear: left; display: block; width: 12em; font-weight: bold; }
