Author: ben
Date: 2007-08-15 14:58:46 -0700 (Wed, 15 Aug 2007)
New Revision: 6072

Modified:
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataProvider.lzs
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataRequest.lzs
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
Log:
Change 20070815-ben-1 by [EMAIL PROTECTED] on 2007-08-15 14:47:59 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Eliminate some warnings in doc build

New Features:

Bugs Fixed: LPP-4505 Eliminate several warnings in doc build

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

Documentation:

Markup inside doc comments must be properly formed, and p tags cannot
enclose more than one line that starts with @foo. 

Release Notes:

Details:
    

Tests:
ant doc builds without these warnings: 
 WARNING: Could not parse comment '<fragment><p> 
or
 [java] [Fatal Error] :2:107: The element type "p" must be terminated by the 
matching end-tag "</p>". 



Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataProvider.lzs
===================================================================
(Binary files differ)

Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataRequest.lzs
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataRequest.lzs       
2007-08-15 21:44:38 UTC (rev 6071)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataRequest.lzs       
2007-08-15 21:58:46 UTC (rev 6072)
@@ -14,7 +14,7 @@
   * <class>LzDataRequest</class> is an abstract class that can be extended to 
create new kinds 
   * of data requests, which are passed to a <class>DataProvider</class> when 
making a request.
   * </p>
-  * <event>onstatus</event>: Sent as data or other conditions occur during the 
execution of this request.</p>
+  * <event>onstatus</event>: Sent as data or other conditions occur during the 
execution of this request.
   *
   * @shortdesc An abstract class to represent data requests.
   * @lzxname datarequest

Modified: 
openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs  
2007-08-15 21:44:38 UTC (rev 6071)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs  
2007-08-15 21:58:46 UTC (rev 6072)
@@ -13,6 +13,7 @@
 /**
   * <p>
   * <class>LzHTTPDataProvider</class> implements the DataProvider interface, 
to support HTTP data requests.
+  * </p>  
   * @shortdesc DataProvider which implements HTTP request transport
   * @lzxname httpdataprovider
   */
@@ -269,6 +270,7 @@
 /**
   * <p>
   * <class>LzHTTPDataRequest</class> implements the DataProvider interface, to 
support HTTP data requests.
+  * </p>
   * @shortdesc A class to represent HTTP data requests.
   * @lzxname httpdatarequest
   */


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to