1PhpDocumentor Version 0.2.5
2################################################################################
3################################################################################
4
5The focus of this release was mainly bug fixes and new features for handling the
6which files phpdoc will parse.
7
8hidden directories and files and now ignored by default, there is a command line
9option for changing this behavior if needed
10
11files not to parse can be specified
12directories not to parse can be specified
13Both of these options only work in php 4.0.5 or greater, but everything should
14still work with 4.0.2 or greater, php version 4.0.5 or greater is recommened
15for this verision
16
17The template directory can now be changed allowing for custom templates to be
18used without overwriting files in the templates/default directory
19
20Not all of these options are available through the web-interface, though it was
21updated to allow files and directories to be ignored to be specified
22
23This will be the last 0.2.x release that contains new features, the new 0.3.x
24series will contain new features that i have been putting off, including:
25	XML output
26	Default HTML template that makes more use of css and html4 complaint
27	Alternate HTML template similar to Ulf Wendel's phpdoc
28	Clean up of template class to allow for new features
29	Autogeneration of web interface so that it keeps upto date with cli
30	A web and php-gtk based class browser that uses the xml output files
31	A test framework to use for regression and bug testing
32
33
34################################################################################
35
36The following bugs are fixed in version 0.2.5:
37	[ #441433 ] Escape-Characters in Strings...
38	[ #441778 ] Empty stylesheet.css
39	[ #442011 ] Provide options for skipping directories (partial fix)
40	[ #445305 ] Multi-line desc. for @param not working.
41	[ #443153 ] multiple authors not showing up
42	[ #445298 ] Multiple @see tages not showing up.
43	[ #445820 ] Parser broken on "array" ...
44
45
46
47################################################################################
48
49Also if you haven't noticed yet I'm starting to write some documentation the
50howto is available at http://phpdocu.sourceforge.net/howto.php
51
52The changelog is available in the tarball, or online at
53http://phpdocu.sourceforge.net/Changelog
54
55You can download the newest version from
56http://phpdocu.sourceforge.net/downloads.php
57
58And of course you can reach the webpage at http://phpdocu.sourceforge.net/ or
59http://phpdoc.org/
60
61enjoy
62-joshua eichorn
63jeichorn@phpdoc.org
64