&img: Incompatible change: Source must be supplied with the source extension.
[www.jankratochvil.net.git] / project / captive / doc / APITypes.pm
index d6d943f..bcd85ca 100755 (executable)
@@ -56,7 +56,7 @@ print <<"HERE";
                <tr><td>@{[ a_href 'APITypes.pm#functype_native_libcaptive','native-own' ]} </td><td>  116</td><td>    38%</td></tr>
        </table>
 
-       @{[ doc_img 'ratio','Functions Reusal Ratio' ]}
+       @{[ doc_img 'ratio.sxi','Functions Reusal Ratio' ]}
 
        <p>As there are several choices to implement each function the usual
        attempts/investigations ordering is listed in the sections below.</p>
@@ -186,7 +186,7 @@ print <<"HERE";
                        caller in the standard UNIX
                        @{[ a_href 'CallType.pm#calltype_cdecl','cdecl call type' ]}.</p>
 
-                       @{[ doc_img 'fig/functype_patched_pass_fromunix',
+                       @{[ doc_img 'fig/functype_patched_pass_fromunix.fig',
                                        'Function Type: <span class="constant">pass</span> from UNIX Code' ]}
 
                <h3 id="functype_pass_fromw32">Pass from W32 Code</h3>
@@ -227,7 +227,7 @@ print <<"HERE";
                        but in this case a&nbsp;relay with the appropriate
                        @{[ a_href '#calltype','cdecl/stdcall/fastcall call type' ]} is used.</p>
 
-                       @{[ doc_img 'fig/functype_patched_pass_fromw32',
+                       @{[ doc_img 'fig/functype_patched_pass_fromw32.fig',
                                        'Function Type: <span class="constant">pass</span> from W32 Code' ]}
 
                @{[ vskip() ]}
@@ -257,7 +257,7 @@ print <<"HERE";
                        with the appropriate <a href="#calltype">cdecl/stdcall/fastcall call
                        type</a>.</p>
 
-                       @{[ doc_img 'fig/functype_patched_wrap_fromunix',
+                       @{[ doc_img 'fig/functype_patched_wrap_fromunix.fig',
                                        'Function Type: <span class="constant">wrap</span> from UNIX Code' ]}
 
                <h3 id="functype_wrap_fromw32">Wrapping of Call from W32 Code</h3>
@@ -274,7 +274,7 @@ print <<"HERE";
                        relay with the appropriate
                        @{[ a_href '#calltype','cdecl/stdcall/fastcall call type' ]}.</p>
 
-                       @{[ doc_img 'fig/functype_patched_wrap_fromw32',
+                       @{[ doc_img 'fig/functype_patched_wrap_fromw32.fig',
                                        'Function Type: <span class="constant">wrap</span> from W32 Code' ]}
 
                @{[ vskip() ]}
@@ -329,13 +329,13 @@ print <<"HERE";
                        <a href="APITypes.pm#functype_native_reactos"><span class="productname">ReactOS</span> implementations</a>.
                        </p>
 
-                       @{[ doc_img 'fig/functype_native_fromunix',
+                       @{[ doc_img 'fig/functype_native_fromunix.fig',
                                        'Function Type: <span class="constant">native</span> from UNIX Code' ]}
 
                <h3 id="functype_native_fromw32">Native Implementation of
                                &quot;unpatched&quot; Library Function Called from W32 Code</h3>
 
-                       @{[ doc_img 'fig/functype_unpatched_native_fromw32',
+                       @{[ doc_img 'fig/functype_unpatched_native_fromw32.fig',
                                        'Function Type: <span class="constant">native</span> of <span class="constant">unpatched</span> from W32 Code' ]}
 
                        <p>Here comes the differentiation if the project deals either with
@@ -361,7 +361,7 @@ print <<"HERE";
 
                <h3 id="functype_native_fromw32_patched">Native Implementation of &quot;patched&quot; Library Function Called from W32 Code</h3>
 
-                       @{[ doc_img 'fig/functype_patched_native_fromw32',
+                       @{[ doc_img 'fig/functype_patched_native_fromw32.fig',
                                        'Function Type: <span class="constant">native</span> of <span class="constant">patched</span> from W32 Code' ]}
 
                        <p>The calling scheme is similiar to the