Changeset 1957 for trunk/vendor/Sensei

Show
Ignore:
Timestamp:
07/09/07 11:29:20 (18 months ago)
Author:
jepso
Message:

* Made the documentation directory structure a bit more logical by moving 'docs/en/root.txt' to 'docs/en.txt'.
* Found two more sections from the old documentation that are not yet converted to the new format.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/vendor/Sensei/Sensei/Doc/Section.php

    r1665 r1957  
    315315        $current = $this; 
    316316         
     317        if ($this->isRoot()) { 
     318            $path .= DIRECTORY_SEPARATOR . basename($filename, '.txt'); 
     319        } 
     320         
    317321        foreach ($file as $lineNum => $line) { 
    318322