Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9128700d1384f8ca4a880d4d001ba09e > files > 1

fpgui-1.2-1.mga5.src.rpm

diff -ur fpgui-1.2.orig/docs/xml/corelib/fpg_base.xml fpgui-1.2/docs/xml/corelib/fpg_base.xml
--- fpgui-1.2.orig/docs/xml/corelib/fpg_base.xml	2014-08-20 03:42:34.000000000 +0400
+++ fpgui-1.2/docs/xml/corelib/fpg_base.xml	2014-10-17 01:10:54.000000000 +0400
@@ -969,7 +969,7 @@
 <seealso>
   <link id="#fpgui.fpg_base.TfpgCanvasBase.FillArc">TfpgCanvasBase.FillArc</link>
 </seealso>
-<example file="examples/fpg_base.fpgcanvasbase.drawarc.pas"/>
+<!--<example file="examples/fpg_base.fpgcanvasbase.drawarc.pas"/>-->
 </element>
 
 
@@ -1005,7 +1005,7 @@
 <seealso>
   <link id="#fpgui.fpg_base.TfpgCanvasBase.DrawArc">TfpgCanvasBase.DrawArc</link>
 </seealso>
-<example file="examples/fpg_base.fpgcanvasbase.fillarc.pas"/>
+<!--<example file="examples/fpg_base.fpgcanvasbase.fillarc.pas"/>-->
 </element>
 
 
@@ -1041,7 +1041,7 @@
 <element name="TFPColor">
 <short>A record structure holding the RGBA values of a color.</short>
 <descr>This is the same declaration as the one found in FPImage (included with the
-Free Pascal Compiler). Except the fpGUI version uses Byte values and not Word values. This is now marked as "deprecated". Please use <link id="fpg_base.TRGBTripple">TRGBTripple</link> instead.</descr>
+Free Pascal Compiler). Except the fpGUI version uses Byte values and not Word values. This is now marked as "deprecated". Please use <link id="fpg_base.TRGBTriple">TRGBTriple</link> instead.</descr>
 </element>
 
 <element name="TfpgPoint">
diff -ur fpgui-1.2.orig/docs/fpgui-docs-project.xml fpgui-1.2/docs/fpgui-docs-project.xml
--- fpgui-1.2.orig/docs/fpgui-docs-project.xml	2014-08-20 03:42:34.000000000 +0400
+++ fpgui-1.2/docs/fpgui-docs-project.xml	2014-10-19 19:15:36.000000000 +0400
@@ -6,7 +6,7 @@
          "name" is a mandatory attribute
          a "units" tag is required, and a "descriptions" tag as well
     -->
-    <package name="fpgui" output="fpgui.ipf" contentfile="fpgui.cnt">
+    <package name="fpgui" output="html/" contentfile="fpgui.cnt">
 <!--
     <package name="fpgui" output="fpgui.ipf" contentfile="fpgui.cnt">
     <package name="fpgui" output="html/" contentfile="fpgui.cnt">
@@ -138,7 +138,7 @@
     <!-- All command-line options can be specified here with the same name
          and value as on the actual command-line. Boolean options must have
          a value of 'true', '1' or 'yes' -->
-    <option name="format" value="ipf"/>
+    <option name="format" value="html"/>
     <option name="hide-protected" value="true"/>
     <option name="duplinkeddoc" value="true"/>
 <!--