Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-Python-expected / Regress.AnnotationObject.compute_sum_n.page
index 33463c4..3845573 100644 (file)
@@ -6,7 +6,6 @@
       xmlns:api="http://projectmallard.org/experimental/api/"
       xmlns:ui="http://projectmallard.org/1.0/ui/">
   <info>
-    
     <link xref="Regress.AnnotationObject" group="method" type="guide"/>
     <api:function>
       <api:returns>
         <api:name>n_nums</api:name>
       </api:arg>
     </api:function>
-
   </info>
   <title>Regress.AnnotationObject.compute_sum_n</title>
-  
-<synopsis><code mime="text/x-python">
+  <synopsis><code mime="text/x-python">
 @accepts(Regress.AnnotationObject, [int], int)
 @returns(none)
 def compute_sum_n(self, nums, n_nums):
     # Python wrapper for regress_annotation_object_compute_sum_n()
-</code></synopsis>
+  </code></synopsis>
+  <p>Test taking an array with length parameter</p>
 
-  
-    <p>Test taking an array with length parameter</p>
-  
-  
-  
-  
 <terms>
 <item>
 <title><code>self</code></title>
-<p>a <link xref="GObject.Object"/></p>
+  <p>a <link href="../GObject-2.0/GObject.Object.html">GObject.Object</link></p>
 </item>
 <item>
 <title><code>nums</code></title>
-<p>Sequence of
+  <p>Sequence of
   numbers that are zero-terminated</p>
 </item>
 <item>
 <title><code>n_nums</code></title>
-<p>Length of number array</p>
+  <p>Length of number array</p>
 </item>
 </terms>
 
-  
-  
 </page>