[Pldoc-chat] [ANNOUNCEMENT] - PLDoc - 1.1.0 1.1.0 released
Status: Alpha
Brought to you by:
altumano
From: PLDoc R. M. <no...@pl...> - 2012-02-06 23:13:07
|
The PLDoc - 1.1.0 team is pleased to announce the pldoc-1.1.0 release! Documentation tool for PLSQL Changes in this version include: Fixed Bugs: o Correct CURSOR documentation generation Changes: o PLDocTask ANT task "namesCase" setting now has 4 options:-"lower" (coerce all names to lower case), "upper" (coerce all names to upper case), "mixed" (all names are left as-is, relying on the coder to ensure that case matches) and "default" (Oracle default: unquoted names are upper case, quoted names are mixed case) Issue: 3477662. o Allow mixed case documentation generation - add this to the command-line "-defaultNamesCase mixed" Issue: 3477662. o Add ResourceResolver to TransformerFactory in order to allow xsl:import and xsl:include o Refactor common XSLT variables and templates into common and common-exslt.xsl Have fun! -PLDoc - 1.1.0 team |