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

lou@openlaszlo.org lou at openlaszlo.org
Thu Jun 5 05:25:55 PDT 2008


Author: lou
Date: 2008-06-05 05:25:06 -0700 (Thu, 05 Jun 2008)
New Revision: 9471

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzAudio.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzGlobalMouse.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzIdle.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTimer.lzs
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTrack.lzs
Log:
Change 20080605-lou-L by lou at loumac.local on 2008-06-05 08:05:55 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: reference: Singleton issues: showing "@deprecated" and other bugs

Bugs Fixed: LPP-6095

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

Details:
fix formatting issues (text was not italic and spaced properly because
the short descriptions were not marked @shortdesc

temporary fix to remove @deprecated from the HTML (see LPP-6115)

Tests: visual verify



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzAudio.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzAudio.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzAudio.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -119,8 +119,7 @@
 lz.Audio = new LzAudioService();
 
 /**
-  * LzAudio is a shortcut for <a href="LzAudioService.html">LzAudioService</a>.
-  * Use lz.Audio instead.
-  * @deprecated
+  * @shortdesc LzAudio is a shortcut for <a href="LzAudioService.html">LzAudioService</a>. Use lz.Audio instead.
+  * @keywords deprecated
   */
 var LzAudio = lz.Audio

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -304,11 +304,7 @@
 lz.Browser = LzBrowserService.LzBrowser;
 
 /**
- * <p>The <code>LzBrowser</code> service provides methods for
- * communicating with the browser that embeds the application.</p>
- * Use lz.Browser instead.
- *
- * @deprecated
+ * @keywords deprecated
  * @access public
  * @type LzBrowserService
  * @shortdesc  LzBrowser is a shortcut for <link linkend="LzBrowserService">LzBrowserService.LzBrowser</link>

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzFocus.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -388,11 +388,9 @@
 lz.Focus.initialize();
 
 /**
-  * LzFocus is a shortcut for <link linkend="LzFocusService">LzFocusService.LzFocus</link>
-  * This service manages the keyboard focus. At any time, at most one view has the keyboard focus. This is the view that receives key events when a key is pressed. 
-  * Use lz.Focus instead.
   *
-  * @deprecated
-  * @shortdesc Handles keyboard focus.
+  *
+  * @keywords deprecated
+  * @shortdesc LzFocus is a shortcut for <link linkend="LzFocusService">LzFocusService.LzFocus</link>. Use lz.Focus instead.
   */
 var LzFocus = lz.Focus;

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzGlobalMouse.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzGlobalMouse.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzGlobalMouse.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -173,8 +173,7 @@
 lz.GlobalMouse = LzGlobalMouseService.LzGlobalMouse;
 
 /**
- * @deprecated
- * @shortdesc Alias for <link linkend="LzGlobalMouseService">LzGlobalMouseService.LzGlobalMouse</link>
- * Use lz.GlobalMouse instead.
+ * @keywords deprecated
+ * @shortdesc LzGlobalMouse is a shortcut for <link linkend="LzGlobalMouseService">LzGlobalMouseService.LzGlobalMouse</link>. Use lz.GlobalMouse instead.
  */
 var LzGlobalMouse:LzGlobalMouseService = lz.GlobalMouse;

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -275,8 +275,7 @@
 lz.History = new LzHistoryService();
 
 /**
-  * LzHistory is a shortcut for <a href="LzHistoryService.html">LzHistoryService</a>.
-  * Use lz.History instead.
-  * @deprecated
+  * @shortdesc LzHistory is a shortcut for <a href="LzHistoryService.html">LzHistoryService</a>. Use lz.History instead.
+  * @keywords deprecated
   */
 var LzHistory = lz.History;

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzIdle.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzIdle.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzIdle.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -123,8 +123,8 @@
 lz.Idle = LzIdleService.LzIdle;
 
 /**
- * @deprecated
- * @shortdesc Alias for <link linkend="LzIdleService">LzIdleService.LzIdle</link>
+ * @keywords deprecated
+ * @shortdesc LzIdle is a shortcut for <link linkend="LzIdleService">LzIdleService.LzIdle</link>
  * Use lz.Idle instead.
  */
 var LzIdle:LzIdleService = lz.Idle;

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -536,9 +536,8 @@
 lz.Keys = new LzKeysService();
 
 /**
-  * LzKeys is a shortcut for <a href="LzKeysService.html">LzKeysService</a>.
-  * @deprecated
-  * Use lz.Keys instead.
+* @shortdesc LzKeys is a shortcut for <a href="LzKeysService.html">LzKeysService</a>. Use lz.Keys instead.
+  * @keywords deprecated
   */
 var LzKeys = lz.Keys;
 

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -253,9 +253,8 @@
 lz.ModeManager = new LzModeManagerService();
 
 /**
-  * LzModeManager is a shortcut for <a href="LzModeManagerService.html">LzModeManagerService</a>.
-  * @deprecated
-  * Use lz.ModeManager instead.
+  * @shortdesc LzModeManager is a shortcut for <a href="LzModeManagerService.html">LzModeManagerService</a>. Use lz.ModeManager instead.
+  * @keywords deprecated
   */
 var LzModeManager = lz.ModeManager;
 

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTimer.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTimer.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTimer.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -241,8 +241,8 @@
 lz.Timer = LzTimerService.LzTimer;
 
 /**
- * @deprecated
- * @shortdesc Alias for <link linkend="LzTimerService">LzTimerService.LzTimer</link>
+ * @keywords deprecated
+ * @shortdesc LzTimer is a shortcut for <link linkend="LzTimerService">LzTimerService.LzTimer</link>
  * Use lz.Timer instead.
  */
 var LzTimer:LzTimerService = lz.Timer;

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTrack.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTrack.lzs	2008-06-05 12:22:44 UTC (rev 9470)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTrack.lzs	2008-06-05 12:25:06 UTC (rev 9471)
@@ -372,8 +372,7 @@
 lz.Track = new LzTrackService();
 
 /**
-  * LzTrack is a shortcut for <a href="LzTrackService.html">LzTrackService</a>.
-  * @deprecated
-  * Use lz.Track instead.
+* @shortdesc LzTrack is a shortcut for <a href="LzTrackService.html">LzTrackService</a>. Use lz.Track instead.
+  * @keywords deprecated
   */
 var LzTrack = lz.Track;



More information about the Laszlo-checkins mailing list