philip Mon Nov 1 16:14:42 2004 EDT
Modified files:
/phpdoc/en/reference/exif/functions exif-imagetype.xml
exif-read-data.xml
exif-tagname.xml
exif-thumbnail.xml
Log:
Updated to use missing "new" doc style elements (roles / simplelist seealso)
http://cvs.php.net/diff.php/phpdoc/en/reference/exif/functions/exif-imagetype.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/exif/functions/exif-imagetype.xml
diff -u phpdoc/en/reference/exif/functions/exif-imagetype.xml:1.2
phpdoc/en/reference/exif/functions/exif-imagetype.xml:1.3
--- phpdoc/en/reference/exif/functions/exif-imagetype.xml:1.2 Wed Aug 18 15:15:45
2004
+++ phpdoc/en/reference/exif/functions/exif-imagetype.xml Mon Nov 1 16:14:41
2004
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.81 -->
<refentry id="function.exif-imagetype">
<refnamediv>
<refname>exif_imagetype</refname>
<refpurpose>Determine the type of an image</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>exif_imagetype</methodname>
@@ -23,7 +23,7 @@
whether or not the viewer is able to see a specific image in the browser.
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
@@ -38,7 +38,7 @@
</variablelist>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
When a correct signature is found, the appropriate constant value will be
@@ -47,7 +47,7 @@
<function>exif_imagetype</function> is much faster.
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
@@ -76,7 +76,7 @@
</informaltable>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="constants">
&reftitle.constants;
<para>
The following constants are defined, and represent possible
@@ -162,7 +162,7 @@
</table>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="examples">
&reftitle.examples;
<para>
<example>
@@ -179,10 +179,12 @@
</example>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="seealso">
&reftitle.seealso;
<para>
- <function>getimagesize</function>
+ <simplelist>
+ <member><function>getimagesize</function></member>
+ </simplelist>
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/exif/functions/exif-read-data.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/exif/functions/exif-read-data.xml
diff -u phpdoc/en/reference/exif/functions/exif-read-data.xml:1.6
phpdoc/en/reference/exif/functions/exif-read-data.xml:1.7
--- phpdoc/en/reference/exif/functions/exif-read-data.xml:1.6 Wed Sep 29 14:19:22
2004
+++ phpdoc/en/reference/exif/functions/exif-read-data.xml Mon Nov 1 16:14:41
2004
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.78 -->
<refentry id="function.exif-read-data">
<refnamediv>
<refname>exif_read_data</refname>
- <refpurpose>
- Reads the <acronym>EXIF</acronym> headers from <acronym>JPEG</acronym> or
<acronym>TIFF</acronym>
- </refpurpose>
+ <refpurpose>Reads the <acronym>EXIF</acronym> headers from <acronym>JPEG</acronym>
or <acronym>TIFF</acronym></refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>exif_read_data</methodname>
@@ -62,7 +60,7 @@
</para>
</note>
</refsect1>
- <refsect1>
+ <refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
@@ -160,7 +158,7 @@
</variablelist>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
It returns an associative <type>array</type> where the array indexes are
@@ -169,7 +167,7 @@
<function>exif_read_data</function> will return &false;.
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
@@ -217,7 +215,7 @@
</informaltable>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="examples">
&reftitle.examples;
<para>
<example>
@@ -242,6 +240,7 @@
<para>
The first call fails because the image has no header information.
</para>
+ &example.outputs.similar;
<screen role="php">
<![CDATA[
test1.jpg:
@@ -280,8 +279,10 @@
<refsect1>
&reftitle.seealso;
<para>
- <function>exif_thumbnail</function>&listendand;
- <function>getimagesize</function>
+ <simplelist>
+ <member><function>exif_thumbnail</function></member>
+ <member><function>getimagesize</function></member>
+ </simplelist>
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/exif/functions/exif-tagname.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/exif/functions/exif-tagname.xml
diff -u phpdoc/en/reference/exif/functions/exif-tagname.xml:1.2
phpdoc/en/reference/exif/functions/exif-tagname.xml:1.3
--- phpdoc/en/reference/exif/functions/exif-tagname.xml:1.2 Wed Aug 18 15:15:45
2004
+++ phpdoc/en/reference/exif/functions/exif-tagname.xml Mon Nov 1 16:14:42 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.exif-tagname">
<refnamediv>
<refname>exif_tagname</refname>
<refpurpose>Get the header name for an index</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>exif_tagname</methodname>
@@ -15,7 +15,7 @@
&warn.undocumented.func;
</refsect1>
- <refsect1>
+ <refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
@@ -30,17 +30,19 @@
</variablelist>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the header name, or &false; if <parameter>index</parameter> is
undefined.
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="seealso">
&reftitle.seealso;
<para>
- <function>exif_imagetype</function>
+ <simplelist>
+ <member><function>exif_imagetype</function></member>
+ </simplelist>
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/exif/functions/exif-thumbnail.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/exif/functions/exif-thumbnail.xml
diff -u phpdoc/en/reference/exif/functions/exif-thumbnail.xml:1.3
phpdoc/en/reference/exif/functions/exif-thumbnail.xml:1.4
--- phpdoc/en/reference/exif/functions/exif-thumbnail.xml:1.3 Wed Aug 18 15:15:45
2004
+++ phpdoc/en/reference/exif/functions/exif-thumbnail.xml Mon Nov 1 16:14:42
2004
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.78 -->
<refentry id="function.exif-thumbnail">
<refnamediv>
<refname>exif_thumbnail</refname>
<refpurpose>Retrieve the embedded thumbnail of a TIFF or JPEG image</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>exif_thumbnail</methodname>
@@ -30,7 +30,7 @@
are set.
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
@@ -71,14 +71,14 @@
</variablelist>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the embedded thumbnail, or &false; if the image contains no
thumbnail.
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
@@ -109,7 +109,7 @@
</informaltable>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="examples">
&reftitle.examples;
<para>
<example>
@@ -136,11 +136,13 @@
</example>
</para>
</refsect1>
- <refsect1>
+ <refsect1 role="seealso">
&reftitle.seealso;
<para>
- <function>exif_read_data</function>&listendand;
- <function>image_type_to_mime_type</function>
+ <simplelist>
+ <member><function>exif_read_data</function></member>
+ <member><function>image_type_to_mime_type</function></member>
+ </simplelist>
</para>
</refsect1>
</refentry>