You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/05/16 19:50:15 UTC

svn commit: r170419 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml

Author: steveh
Date: Mon May 16 10:50:15 2005
New Revision: 170419

URL: http://svn.apache.org/viewcvs?rev=170419&view=rev
Log:
Adding a "Javadoc" node to the TOC.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml?rev=170419&r1=170418&r2=170419&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml Mon May 16 10:50:15 2005
@@ -81,8 +81,8 @@
         </samples>
         <ref label="Reference Docs">
             <controls label="Controls">
-                <control label="Controls Annotations" href="controls/annotations/control_annotations.html"/>
-                <control label="Controls Javadoc" href="apidocs/classref_controls/index.html"/>
+                <control_anno label="Controls Annotations" href="controls/annotations/control_annotations.html"/>
+                <control_javadoc label="Controls Javadoc" href="apidocs/classref_controls/index.html"/>
             </controls>
             <system-controls label="System Controls">
                     <sys_control_javadoc label="System Controls Javadoc" href="apidocs/classref_systemcontrols/index.html"/>
@@ -102,6 +102,12 @@
                 <ws label="Web Services Javadoc" href="apidocs/classref_wsm/index.html"/>
             </ws>
         </ref>
+		<javadoc label="Javadoc">
+            <javadoc_control label="Controls Javadoc" href="apidocs/classref_controls/index.html"/>
+            <javadoc_sys_control label="System Controls Javadoc" href="apidocs/classref_systemcontrols/index.html"/>
+            <javadoc_netui label="Page Flow Javadoc" href="apidocs/classref_pageflows/index.html"/>
+            <javadoc_ws label="Web Services Javadoc" href="apidocs/classref_wsm/index.html"/>
+		</javadoc>
         <!--<dev label="Development">
         </dev>-->
         <gloss label="Glossary" href="glossary.html"/>