Author: dda
Date: 2008-02-28 11:14:49 -0800 (Thu, 28 Feb 2008)
New Revision: 8128

Modified:
   openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
Log:
Change 20080228-dda-C by [EMAIL PROTECTED] on 2008-02-28 14:03:03 EST
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Doc: remove 'Known Direct Subclasses' section from new docs

New Features:

Bugs Fixed: LPP-5376

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

Documentation:

Release Notes:

Details:
    Code that generates Known Direct Subclasses has been commented out,
    with a TODO left in.  The generated docs will not have the paragraph
    at all.  This matches the docs in 3.4, and effectively defers various
    issues with this section.

Tests:
    generated doc and checked output for several pages (e.g. LzView
    and LzText) that had this heading and verified it is gone.
    Also grepped generated output directory.



Modified: openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl        2008-02-28 19:14:32 UTC 
(rev 8127)
+++ openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl        2008-02-28 19:14:49 UTC 
(rev 8128)
@@ -378,11 +378,16 @@
         
       </refsect1>
       
+      <!-- TODO [dda 2008-02-28] commented out 'known direct subclasses'.
+           It can produce broken links and sometimes is shown when there
+           none.  This section was not shown in 3.4 docs.
+           
       <xsl:if test="$show.known.subclasses">
         <refsect1>
           <xsl:call-template name="describe-known-subclasses" />
         </refsect1>
       </xsl:if>
+      -->
       
     </xsl:template>
         


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

Reply via email to