summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-08-18 20:42:02 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-08-18 20:42:02 +0200
commitaa8eec91a8a2907f7313a738588113137fe27cd3 (patch)
tree01b96cbae98a71048985214e4c4cf07789f6662d /docs
parentc4b942db91224945df78c2d3b50576fcf8510a4a (diff)
downloadfpGUI-aa8eec91a8a2907f7313a738588113137fe27cd3.tar.xz
fpg_imgfmt_bmp docs update
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/corelib/fpg_imgfmt_bmp.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/xml/corelib/fpg_imgfmt_bmp.xml b/docs/xml/corelib/fpg_imgfmt_bmp.xml
index 9bee3087..aad03cc2 100644
--- a/docs/xml/corelib/fpg_imgfmt_bmp.xml
+++ b/docs/xml/corelib/fpg_imgfmt_bmp.xml
@@ -4,8 +4,7 @@
<module name="fpg_imgfmt_bmp">
<short>BMP image reader implementation</short>
-<descr>This unit implements a BMP (Bitmap) image reader.
-</descr>
+<descr><p>This unit implements a BMP (Bitmap) image reader.</p></descr>
<!-- procedure Visibility: default -->
<element name="ReadImage_BMP">
@@ -15,9 +14,8 @@
<!-- function Visibility: default -->
<element name="LoadImage_BMP">
<short>Load's the image from the file specified.</short>
-<descr>This functions loads the BMP image from the file specified and returns
-a TfpgImage object representing the BMP file.
-</descr>
+<descr><p>This functions loads the BMP image from the file specified and returns
+a <link id="fpg_main.TfpgImage">TfpgImage</link> object representing the BMP file.</p></descr>
</element>
<!-- function result Visibility: default -->
@@ -32,8 +30,8 @@ a TfpgImage object representing the BMP file.
<!-- function Visibility: default -->
<element name="CreateImage_BMP">
-<short>Creates a TfpgImage representing a BMP file from data in memory.</short>
-<descr>Creates a TfpgImage representing a BMP file from data in memory.
+<short>Creates a <link id="fpg_main.TfpgImage">TfpgImage</link> representing a BMP file from data in memory.</short>
+<descr><printshort id="CreateImage_BMP"/>.
</descr>
</element>