You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/16 15:15:18 UTC

[axis-axis2-java-transports] 33/46: Adding the JavaDoc

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch transport
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git

commit 3ed7ec774b6278cfe691d10afc39c8649a1d3f36
Author: Ruwan Linton <ru...@apache.org>
AuthorDate: Sat Dec 5 13:15:07 2009 +0000

    Adding the JavaDoc
---
 1.0.0/src/site/site.xml            | 9 +++++----
 1.0.0/src/site/xdoc/docs_index.xml | 4 ++++
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/1.0.0/src/site/site.xml b/1.0.0/src/site/site.xml
index d8b69b7..2028231 100644
--- a/1.0.0/src/site/site.xml
+++ b/1.0.0/src/site/site.xml
@@ -53,11 +53,12 @@
                 <item name="Source Code" href="source-repository.html"/>
             </item>
             <item name="Documentation" href="docs_index.html">
-                <item name="JMS" href="jms.html"/>
-                <item name="Mail" href="mail.html"/>
-                <item name="TCP" href="tcp-transport.html"/>
+                <item name="JMS Transport" href="jms.html"/>
+                <item name="Mail Transport" href="mail.html"/>
+                <item name="TCP Transport" href="tcp-transport.html"/>
                 <!--<item name="XMPP" href="xmpp.html"/>-->
-                <item name="SMS" href="sms.html"/>
+                <item name="SMS Transport" href="sms.html"/>
+                <item name="Java Doc" href="apidocs/index.html"/>
             </item>
             <item name="Project Information" href="project-info.html">
                 <item name="Mailing Lists" href="mail-lists.html"/>
diff --git a/1.0.0/src/site/xdoc/docs_index.xml b/1.0.0/src/site/xdoc/docs_index.xml
index 03113c7..e2c9f22 100644
--- a/1.0.0/src/site/xdoc/docs_index.xml
+++ b/1.0.0/src/site/xdoc/docs_index.xml
@@ -42,5 +42,9 @@
   </ul>
 </section>
 
+<section name="Axis2 Transports - Java Doc">
+    <p>The trsnapots API documentation can be found in the <a href="./apidocs/index.html">Java Doc</a></p>
+</section>
+
 </body>
 </document>