| 1 |
lars |
1 |
PhpDocumentor Version 0.3.0
|
|
|
2 |
################################################################################
|
|
|
3 |
################################################################################
|
|
|
4 |
|
|
|
5 |
This release brigns us close to being feature complete, all we need now are some
|
|
|
6 |
more indexes. If anyone wants to help out, thats a good task to work on.
|
|
|
7 |
|
|
|
8 |
Now onto the changes in the new version. This release is mainly the addition
|
|
|
9 |
of linking @see comments, and creating full inheirtance trees. Showing methods
|
|
|
10 |
inheirited from parent class has also been added. Howto.html has also been
|
|
|
11 |
updated so the documentation is much better.
|
|
|
12 |
|
|
|
13 |
Each template can have its own stylesheet.css file and it is automaticaly copied
|
|
|
14 |
to the output directory. PHPDocumentor ships with 2 different templates, the
|
|
|
15 |
default one, which uses a table layout, and looks like JavaDoc, and non tabled
|
|
|
16 |
version template called l0l33t@ to use it just add -td templates/l0l33t/.
|
|
|
17 |
|
|
|
18 |
Thanks to Gregory Beaver <cellog@php.net> for writing the linking
|
|
|
19 |
stage, parse so @see tags work, and for updating the howto.php
|
|
|
20 |
|
|
|
21 |
|
|
|
22 |
################################################################################
|
|
|
23 |
|
|
|
24 |
The following bugs are fixed in version 0.3.0:
|
|
|
25 |
[ No bug # ] Fix for odd escaping combinations in quotes
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
Know Issues in version 0.3.0:
|
|
|
29 |
Procedural code after a class is not documented, there were thrown into
|
|
|
30 |
the class before I fixed bug #540368
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
################################################################################
|
|
|
35 |
|
|
|
36 |
Also if you haven't noticed yet I'm starting to write some documentation the
|
|
|
37 |
howto is available at http://phpdocu.sourceforge.net/howto.php
|
|
|
38 |
|
|
|
39 |
The changelog is available in the tarball, or online at
|
|
|
40 |
http://phpdocu.sourceforge.net/Changelog
|
|
|
41 |
|
|
|
42 |
You can download the newest version from
|
|
|
43 |
http://phpdocu.sourceforge.net/downloads.php
|
|
|
44 |
|
|
|
45 |
And of course you can reach the webpage at http://phpdocu.sourceforge.net/ or
|
|
|
46 |
http://phpdoc.org/
|
|
|
47 |
|
|
|
48 |
enjoy
|
|
|
49 |
-joshua eichorn
|
|
|
50 |
jeichorn@phpdoc.org
|