pldoc-chat Mailing List for PLDoc (Page 5)
Status: Alpha
Brought to you by:
altumano
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(3) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
|
Jun
(6) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(2) |
2012 |
Jan
(6) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(9) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(7) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(8) |
Dec
|
2014 |
Jan
(3) |
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Albert T. <alt...@ho...> - 2002-11-16 14:02:20
|
Hi, today a new release of PLDoc is made. Changes: * Fixed: [637931] Allow multiple @throws like @param * Fixed: error parsing REF object_type * Implemented: [592444] Support 9iR2 assoc array index types * Implemented: [556039] Treat constants in package spec as field * Enhanced: run pldoc from any directory (thanks to Kim Jersin) * Enhanced: show fully qualified names of datatypes Help ! For better testing, example PL/SQL sources are needed. If somebody knows any large collection of PL/SQL source publicly available, please let me know. I'm already using source from utPLSQL, XDK and PL/Vision. Albert |
From: Albert T. <alt...@ho...> - 2002-08-24 17:56:11
|
This is a minor patch release, containing fixes for the latest bugs. Albert. |
From: Albert T. <a_t...@ya...> - 2002-08-14 08:14:38
|
Hi there ! Almost 3 months have passed since last pldoc release (man, that's a lot ! :). Naturally, people ask if I am still maintaining the project. The short answer is: YES, I DO ! :) The quiet period is due to several reasons: 1) extraordinary hot summer here 2) last pldoc version satisfies my own current needs 3) I have started to implement parsing of function bodies, but this is hard to do, so I'm stuck. Don't worry, sooner or later snow will come down, my own needs will increase and I'll find the way to parse bodies. Best Regards, Albert. __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com |
From: Albert T. <alb...@ma...> - 2002-04-29 20:17:26
|
Today, pldoc 0.6 is released. Next big challenge is to parse function/procedure bodies. If that is done, parsing package bodies will be a no-brainer. One more idea: maybe it's possible to write some helper (perl?) script that converts traditional comments like -- does something procedure do_something ( param1 number, -- first param param2 number) -- second param into pldoc-style /** Does something. * @param param1 first param * @param param2 second param */ procedure do_something ( param1 number, param2 number) With such script, pldoc will need parse only well-formed comments, that's much simpler. Albert. |