public
Description: My mirror of phpspec
Homepage: http://www.phpspec.org/
Clone URL: git://github.com/tedkulp/phpspec.git
Updates to XML doc DTD references for one chapter (copied change to JA 
since it was disrupting a build process here)
Updated Build process to generate API Docs using PHPDocumentor

git-svn-id: http://phpspec.googlecode.com/svn/trunk@175 
d6e91ea2-e33a-0410-98df-1d493bd67c58
padraic.brady (author)
Wed Jan 09 03:02:05 -0800 2008
commit  c47914d9a26ca65604d9e95b89eedcdf9c84e437
tree    06fb982abaf2aebf85fb0d987805ea2d90a5026d
parent  a87b7b602ba4989d755c9fefca2a7037fc706dcb
...
255
256
257
 
 
 
 
 
 
 
 
 
 
 
258
259
260
...
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
0
@@ -255,6 +255,17 @@ Other Targets:
0
     <echo msg="Rendering manual..." />
0
         <foreach list="${languages}" param="lang" target="docs.lang" />
0
     <echo msg="Manual has been rendered." />
0
+ <echo msg="Rendering API Docs..." />
0
+ <mkdir dir="${spec.dist.manual}/apidocs" />
0
+ <phpdoc title="PHPSpec API Documentation"
0
+ destdir="${spec.dist.manual}/apidocs"
0
+ sourcecode="${spec.src}/src"
0
+ output="HTML:frames:DOM/earthli">
0
+ <fileset dir="${spec.src}/src">
0
+ <include name="**" />
0
+ </fileset>
0
+ </phpdoc>
0
+ <echo msg="API Docs have been rendered." />
0
   </target>
0
     
0
   <target name="docs.lang">
...
1
2
3
4
5
6
...
1
 
 
2
3
4
0
@@ -1,6 +1,4 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
0
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
0
 <chapter id="execution.methods.for.phpspec">
0
   <title>Execution Methods for PHPSpec</title>
0
 
...
1
2
3
4
5
6
...
1
 
 
2
3
4
0
@@ -1,6 +1,4 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
0
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
0
 <chapter id="execution.methods.for.phpspec">
0
   <title>PHPSpec の実行方法</title>
0
 

Comments

    No one has commented yet.