diff options
author | knut <> | 2006-03-31 22:42:07 +0000 |
---|---|---|
committer | knut <> | 2006-03-31 22:42:07 +0000 |
commit | 2658b6a09c9071e524867e13da8c5ec34541cd2d (patch) | |
tree | c6773db1da09743c439c2225438c085bb910e0f9 /build.xml | |
parent | 3d080ce9e6482ad3fa7bf9226e651244366d5a59 (diff) |
Added state in addition to version in title information of API documentation as a part of #83
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ <target name="doc" description="Generate API documentation"> <delete dir="${doc.build.dir}"/> <mkdir dir="${doc.build.dir}"/> - <phpdoc title="PRADO ${version} API Documentation" destdir="${doc.build.dir}" sourcepath="${src.dir}" output="HTML:Smarty:PHP"/> + <phpdoc title="PRADO ${version}${state} API Documentation" destdir="${doc.build.dir}" sourcepath="${src.dir}" output="HTML:Smarty:PHP"/> </target> <target name="test" description="Run unit tests"> |