Changeset 1957 for trunk/vendor/Sensei
- Timestamp:
- 07/09/07 11:29:20 (18 months ago)
- Files:
-
- 1 modified
-
trunk/vendor/Sensei/Sensei/Doc/Section.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/vendor/Sensei/Sensei/Doc/Section.php
r1665 r1957 315 315 $current = $this; 316 316 317 if ($this->isRoot()) { 318 $path .= DIRECTORY_SEPARATOR . basename($filename, '.txt'); 319 } 320 317 321 foreach ($file as $lineNum => $line) { 318 322