[Laszlo-checkins] r8966 - openlaszlo/trunk/WEB-INF/lps/lfc/services

pbr@openlaszlo.org pbr at openlaszlo.org
Thu May 1 14:23:34 PDT 2008


Author: pbr
Date: 2008-05-01 14:23:31 -0700 (Thu, 01 May 2008)
New Revision: 8966

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzCSSStyleSheet.lzs
Log:
Change 20080430-Philip-8 by Philip at Philip-DC on 2008-04-30 10:34:09 EDT
     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary:  Add documentation to constructor

New Features:

Bugs Fixed: LPP-5607

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
   Added constructor documentation for LzCSSStyleSheet.

Tests:

Files:
M      WEB-INF/lps/lfc/services/LzCSSStyleSheet.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080430-Philip-8.tar



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzCSSStyleSheet.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzCSSStyleSheet.lzs	2008-05-01 21:09:00 UTC (rev 8965)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzCSSStyleSheet.lzs	2008-05-01 21:23:31 UTC (rev 8966)
@@ -26,7 +26,16 @@
 
 class LzCSSStyleSheet extends LzStyleSheet {
 
-// How do I represent inheritance here? 
+
+/**
+  * @param String title: Title
+  * @param String href: Location of the style sheet.
+  * @param String media: Media where the document is to be rendered.
+  * @param String sstype: Language of the style sheet resource.
+  * @param String ownerRule:
+  * @param Array cssRules: Initial stylesheet rules array
+  * @access public
+ */ 
 function LzCSSStyleSheet( title, href, media, sstype, ownerRule, cssRules ) {
     super (title, href, media, sstype);
 



More information about the Laszlo-checkins mailing list