You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2013/06/21 22:50:10 UTC

svn commit: r1495596 [2/2] - in /uima/uimaj/trunk: uima-docbook-overview-and-setup/src/docbook/ uima-docbook-references/src/docbook/ uima-docbook-tools/src/docbook/ uima-docbook-tutorials-and-users-guides/src/docbook/

Modified: uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.multi_views.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.multi_views.xml?rev=1495596&r1=1495595&r2=1495596&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.multi_views.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.multi_views.xml Fri Jun 21 20:50:09 2013
@@ -173,10 +173,11 @@ aView.removeFsFromIndexes(aFeatureStruct
 &lt;/capabilities&gt;</programlisting>
       
       <para>Details on this specification are found in <olink
+          targetdoc="&uima_docs_ref;"/> <olink
           targetdoc="&uima_docs_ref;"
           targetptr="ugr.ref.xml.component_descriptor"/>. The Component Descriptor
         Editor supports Sofa declarations on the <olink targetdoc="&uima_docs_tools;"
-          targetptr="ugr.tools.cde.capabilities"/>.</para>
+          targetptr="ugr.tools.cde.capabilities">Capabilites Page</olink>.</para>
       
     </section>
   </section>
@@ -293,7 +294,8 @@ aView.removeFsFromIndexes(aFeatureStruct
 </sofaMappings>]]></programlisting>
       
       <para>The Component Descriptor Editor supports Sofa name mapping in aggregates and
-        simplifies the task. See <olink targetdoc="&uima_docs_tools;"
+        simplifies the task. See <olink targetdoc="&uima_docs_tools;"/>
+        <olink targetdoc="&uima_docs_tools;"
           targetptr="ugr.tools.cde.capabilities.sofa_name_mapping"/> for details.</para> 
     </section>
     
@@ -310,6 +312,7 @@ aView.removeFsFromIndexes(aFeatureStruct
         casProcessor). Because of this the<literal>
         &lt;componentKey&gt;</literal> element is not needed. Finally, rather than
         sub-elements for the parts, the XML markup for these uses attributes. See <olink
+          targetdoc="&uima_docs_ref;"/> <olink
           targetdoc="&uima_docs_ref;"
           targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual.sofa_name_mappings"/>.</para>
       

Modified: uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.type_mapping.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.type_mapping.xml?rev=1495596&r1=1495595&r2=1495596&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.type_mapping.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.type_mapping.xml Fri Jun 21 20:50:09 2013
@@ -36,6 +36,7 @@ under the License.
 	  The combining rules say that the range of same-named feature slots must be the same.
 	  This combined type system is then used for the CAS that will be passed to
 	  all of the annotators.   Details of type merging are described in
+    <olink targetdoc="&uima_docs_ref;"/>
 	  <olink targetdoc="%uima_docs_ref;" targetptr="ugr.ref.cas.typemerging"/>.
 	  </para>
 	  

Modified: uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.xmi_emf.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.xmi_emf.xml?rev=1495596&r1=1495595&r2=1495596&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.xmi_emf.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.xmi_emf.xml Fri Jun 21 20:50:09 2013
@@ -62,8 +62,8 @@ under the License.
     <para>For more information on EMF, see Budinsky et al. <emphasis>Eclipse Modeling Framework 2.0.</emphasis>
       Addison-Wesley. 2006.</para>
     
-    <para>For details of how the UIMA CAS is represented in XMI format, see <olink targetdoc="&uima_docs_ref;"
-        targetptr="ugr.ref.xmi"/> .</para>
+    <para>For details of how the UIMA CAS is represented in XMI format, see <olink targetdoc="&uima_docs_ref;"/>
+          <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xmi"/> .</para>
     
   </section>