google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Documentation plugins documentation has an error #236

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://elektrischeslicht.de/xinc/book/chapters/appendixes/AppendixE-Publishers.h
tml#DocumentationTask

Is
<publishers>
       <documentation file="${dir}/phpdoc"
             alias="PHPDoc Documentation" 
             index="${dir}/phpdoc/index.html"/>
</publishers>

Should be 
<publishers>
       <documentation file="${dir}/phpdoc"
             alias="PHPDoc Documentation" 
             index="index.html"/>
</publishers>

Original issue reported on code.google.com by matti.t....@gmail.com on 4 Oct 2012 at 2:53

GoogleCodeExporter commented 8 years ago
Fixed documentation issue.

Original comment by opitz.al...@googlemail.com on 9 Dec 2012 at 5:12