[DOC-CVS] [doc-en] master: openal: fix XML by converting para to simpara tags via script
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-26T15:29:35Z
Commit: https://github.com/php/doc-en/commit/c55b13c1a5b6d074bd38ed405613b101ca50930f
Raw diff: https://github.com/php/doc-en/commit/c55b13c1a5b6d074bd38ed405613b101ca50930f.diff
openal: fix XML by converting para to simpara tags via script
Changed paths:
M reference/openal/book.xml
M reference/openal/configure.xml
M reference/openal/functions/openal-buffer-create.xml
M reference/openal/functions/openal-buffer-data.xml
M reference/openal/functions/openal-buffer-destroy.xml
M reference/openal/functions/openal-buffer-get.xml
M reference/openal/functions/openal-buffer-loadwav.xml
M reference/openal/functions/openal-context-create.xml
M reference/openal/functions/openal-context-current.xml
M reference/openal/functions/openal-context-destroy.xml
M reference/openal/functions/openal-context-process.xml
M reference/openal/functions/openal-context-suspend.xml
M reference/openal/functions/openal-device-close.xml
M reference/openal/functions/openal-device-open.xml
M reference/openal/functions/openal-listener-get.xml
M reference/openal/functions/openal-listener-set.xml
M reference/openal/functions/openal-source-create.xml
M reference/openal/functions/openal-source-destroy.xml
M reference/openal/functions/openal-source-get.xml
M reference/openal/functions/openal-source-pause.xml
M reference/openal/functions/openal-source-play.xml
M reference/openal/functions/openal-source-rewind.xml
M reference/openal/functions/openal-source-set.xml
M reference/openal/functions/openal-source-stop.xml
M reference/openal/functions/openal-stream.xml
M reference/openal/resources.xml
Diff:
diff --git a/reference/openal/book.xml b/reference/openal/book.xml
index b5bb23d9baf1..a99175c2cd97 100644
--- a/reference/openal/book.xml
+++ b/reference/openal/book.xml
@@ -1,27 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-
-<book xml:id="book.openal" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.openal">
<?phpdoc extension-membership="pecl" ?>
<title>OpenAL Audio Bindings</title>
<titleabbrev>OpenAL</titleabbrev>
-
+
<!-- {{{ preface -->
<preface xml:id="intro.openal">
&reftitle.intro;
- <para>
+ <simpara>
Platform independent audio bindings.
Requires the <link xlink:href="&url.openal;">OpenAL library</link>.
- </para>
+ </simpara>
</preface>
<!-- }}} -->
-
+
&reference.openal.setup;
&reference.openal.constants;
&reference.openal.reference;
</book>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -42,4 +40,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-
diff --git a/reference/openal/configure.xml b/reference/openal/configure.xml
index f4ff25bf7f20..3e9790e51092 100644
--- a/reference/openal/configure.xml
+++ b/reference/openal/configure.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<section xml:id="openal.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="openal.installation">
&reftitle.install;
- <para>
+ <simpara>
&pecl.moved;
- </para>
- <para>
+ </simpara>
+ <simpara>
&pecl.info;
<link xlink:href="&url.pecl.package;openal">&url.pecl.package;openal</link>.
- </para>
- <para>
+ </simpara>
+ <simpara>
&pecl.windows.download;
- </para>
+ </simpara>
</section>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/openal/functions/openal-buffer-create.xml b/reference/openal/functions/openal-buffer-create.xml
index 42652911ee1e..88a38b0d3bb0 100644
--- a/reference/openal/functions/openal-buffer-create.xml
+++ b/reference/openal/functions/openal-buffer-create.xml
@@ -22,10 +22,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns an <link linkend="openal.resources">Open AL(Buffer)</link> resource on success or
&false; on failure.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-buffer-data.xml b/reference/openal/functions/openal-buffer-data.xml
index 197fab829f50..ad23e7bec490 100644
--- a/reference/openal/functions/openal-buffer-data.xml
+++ b/reference/openal/functions/openal-buffer-data.xml
@@ -23,48 +23,48 @@
<varlistentry>
<term><parameter>buffer</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Buffer)</link> resource
(previously created by <function>openal_buffer_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>format</parameter></term>
<listitem>
- <para>
+ <simpara>
Format of <parameter>data</parameter>, one of:
<constant>AL_FORMAT_MONO8</constant>,
<constant>AL_FORMAT_MONO16</constant>,
<constant>AL_FORMAT_STEREO8</constant>&listendand;
<constant>AL_FORMAT_STEREO16</constant>
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>data</parameter></term>
<listitem>
- <para>
+ <simpara>
Block of binary audio data in the <parameter>format</parameter> and
<parameter>freq</parameter> specified.
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>freq</parameter></term>
<listitem>
- <para>
+ <simpara>
Frequency of <parameter>data</parameter> given in Hz.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-buffer-destroy.xml b/reference/openal/functions/openal-buffer-destroy.xml
index de712c1d64d6..091b449053f8 100644
--- a/reference/openal/functions/openal-buffer-destroy.xml
+++ b/reference/openal/functions/openal-buffer-destroy.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>buffer</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Buffer)</link> resource
(previously created by <function>openal_buffer_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-buffer-get.xml b/reference/openal/functions/openal-buffer-get.xml
index 698fefd9d05f..1eb1523bc97c 100644
--- a/reference/openal/functions/openal-buffer-get.xml
+++ b/reference/openal/functions/openal-buffer-get.xml
@@ -21,22 +21,22 @@
<varlistentry>
<term><parameter>buffer</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Buffer)</link> resource
(previously created by <function>openal_buffer_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>property</parameter></term>
<listitem>
- <para>
+ <simpara>
Specific property, one of:
<constant>AL_FREQUENCY</constant>,
<constant>AL_BITS</constant>,
<constant>AL_CHANNELS</constant>&listendand;
<constant>AL_SIZE</constant>.
- </para>
+ </simpara>
</listitem>
</varlistentry>
@@ -44,10 +44,10 @@
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns an integer value appropriate to the <parameter>property</parameter>
requested&return.falseforfailure;.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-buffer-loadwav.xml b/reference/openal/functions/openal-buffer-loadwav.xml
index d350a148a0d8..de0b68d02be4 100644
--- a/reference/openal/functions/openal-buffer-loadwav.xml
+++ b/reference/openal/functions/openal-buffer-loadwav.xml
@@ -21,28 +21,28 @@
<varlistentry>
<term><parameter>buffer</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Buffer)</link> resource
(previously created by <function>openal_buffer_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>wavfile</parameter></term>
<listitem>
- <para>
+ <simpara>
Path to <filename>.wav</filename> file on
<emphasis>local</emphasis> file system.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-context-create.xml b/reference/openal/functions/openal-context-create.xml
index 80f5f4958d37..58c838897fb9 100644
--- a/reference/openal/functions/openal-context-create.xml
+++ b/reference/openal/functions/openal-context-create.xml
@@ -20,20 +20,20 @@
<varlistentry>
<term><parameter>device</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Device)</link> resource
(previously created by <function>openal_device_open</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns an <link linkend="openal.resources">Open AL(Context)</link> resource on success or
&false; on failure.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-context-current.xml b/reference/openal/functions/openal-context-current.xml
index 22a7c0918b72..1dd4ea11de93 100644
--- a/reference/openal/functions/openal-context-current.xml
+++ b/reference/openal/functions/openal-context-current.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>context</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Context)</link> resource
(previously created by <function>openal_context_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-context-destroy.xml b/reference/openal/functions/openal-context-destroy.xml
index 5864a6019c50..69dd09e25e94 100644
--- a/reference/openal/functions/openal-context-destroy.xml
+++ b/reference/openal/functions/openal-context-destroy.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>context</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Context)</link> resource
(previously created by <function>openal_context_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-context-process.xml b/reference/openal/functions/openal-context-process.xml
index d15af9565bd2..864e2fc8e459 100644
--- a/reference/openal/functions/openal-context-process.xml
+++ b/reference/openal/functions/openal-context-process.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>context</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Context)</link> resource
(previously created by <function>openal_context_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-context-suspend.xml b/reference/openal/functions/openal-context-suspend.xml
index c9b2edd90e56..6733c13a19c2 100644
--- a/reference/openal/functions/openal-context-suspend.xml
+++ b/reference/openal/functions/openal-context-suspend.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>context</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Context)</link> resource
(previously created by <function>openal_context_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-device-close.xml b/reference/openal/functions/openal-device-close.xml
index bf91906da6ae..6b92a01c6c2d 100644
--- a/reference/openal/functions/openal-device-close.xml
+++ b/reference/openal/functions/openal-device-close.xml
@@ -20,20 +20,20 @@
<varlistentry>
<term><parameter>device</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Device)</link> resource
(previously created by <function>openal_device_open</function>)
to be closed.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-device-open.xml b/reference/openal/functions/openal-device-open.xml
index b4f4bf143e54..0582af84ff86 100644
--- a/reference/openal/functions/openal-device-open.xml
+++ b/reference/openal/functions/openal-device-open.xml
@@ -20,21 +20,21 @@
<varlistentry>
<term><parameter>device_desc</parameter></term>
<listitem>
- <para>
+ <simpara>
Open an audio device optionally specified by <parameter>device_desc</parameter>.
If <parameter>device_desc</parameter> is not specified the first available audio
device will be used.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns an <link linkend="openal.resources">Open AL(Device)</link> resource on success or
&false; on failure.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-listener-get.xml b/reference/openal/functions/openal-listener-get.xml
index 294a0e7e18aa..bad4dba33a20 100644
--- a/reference/openal/functions/openal-listener-get.xml
+++ b/reference/openal/functions/openal-listener-get.xml
@@ -20,22 +20,22 @@
<varlistentry>
<term><parameter>property</parameter></term>
<listitem>
- <para>
+ <simpara>
Property to retrieve, one of:
<constant>AL_GAIN</constant> (float),
<constant>AL_POSITION</constant> (array(float,float,float)),
<constant>AL_VELOCITY</constant> (array(float,float,float))&listendand;
<constant>AL_ORIENTATION</constant> (array(float,float,float)).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns a float or array of floats (as appropriate)&return.falseforfailure;.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-listener-set.xml b/reference/openal/functions/openal-listener-set.xml
index c8de4ce8cabd..4b453cb3ddda 100644
--- a/reference/openal/functions/openal-listener-set.xml
+++ b/reference/openal/functions/openal-listener-set.xml
@@ -21,30 +21,30 @@
<varlistentry>
<term><parameter>property</parameter></term>
<listitem>
- <para>
+ <simpara>
Property to set, one of:
<constant>AL_GAIN</constant> (float),
<constant>AL_POSITION</constant> (array(float,float,float)),
<constant>AL_VELOCITY</constant> (array(float,float,float))&listendand;
<constant>AL_ORIENTATION</constant> (array(float,float,float)).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>setting</parameter></term>
<listitem>
- <para>
+ <simpara>
Value to set, either float, or an array of floats as appropriate.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-create.xml b/reference/openal/functions/openal-source-create.xml
index a33293b1bd00..6534db392ceb 100644
--- a/reference/openal/functions/openal-source-create.xml
+++ b/reference/openal/functions/openal-source-create.xml
@@ -22,10 +22,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns an <link linkend="openal.resources">Open AL(Source)</link> resource on success or
&false; on failure.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-destroy.xml b/reference/openal/functions/openal-source-destroy.xml
index f7dcfd01d390..ec0b7d69c0bc 100644
--- a/reference/openal/functions/openal-source-destroy.xml
+++ b/reference/openal/functions/openal-source-destroy.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-get.xml b/reference/openal/functions/openal-source-get.xml
index ccf4301f7a11..9cf9bb3e4067 100644
--- a/reference/openal/functions/openal-source-get.xml
+++ b/reference/openal/functions/openal-source-get.xml
@@ -21,16 +21,16 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>property</parameter></term>
<listitem>
- <para>
+ <simpara>
Property to get, one of:
<constant>AL_SOURCE_RELATIVE</constant> (int),
<constant>AL_SOURCE_STATE</constant> (int),
@@ -47,17 +47,17 @@
<constant>AL_POSITION</constant> (array(float,float,float)),
<constant>AL_VELOCITY</constant> (array(float,float,float)),
<constant>AL_DIRECTION</constant> (array(float,float,float)).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns the type associated with the property being retrieved
&return.falseforfailure;.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-pause.xml b/reference/openal/functions/openal-source-pause.xml
index 26e06c23c1de..f6b600204ea7 100644
--- a/reference/openal/functions/openal-source-pause.xml
+++ b/reference/openal/functions/openal-source-pause.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-play.xml b/reference/openal/functions/openal-source-play.xml
index 8c5e540deffc..ae999d7e48f5 100644
--- a/reference/openal/functions/openal-source-play.xml
+++ b/reference/openal/functions/openal-source-play.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-rewind.xml b/reference/openal/functions/openal-source-rewind.xml
index d1d6bfa35143..ccec745de6e3 100644
--- a/reference/openal/functions/openal-source-rewind.xml
+++ b/reference/openal/functions/openal-source-rewind.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-set.xml b/reference/openal/functions/openal-source-set.xml
index 13feb2c41182..3ab6b5f8592a 100644
--- a/reference/openal/functions/openal-source-set.xml
+++ b/reference/openal/functions/openal-source-set.xml
@@ -22,16 +22,16 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>property</parameter></term>
<listitem>
- <para>
+ <simpara>
Property to set, one of:
<constant>AL_BUFFER</constant> (OpenAL(Source)),
<constant>AL_LOOPING</constant> (bool),
@@ -50,26 +50,26 @@
<constant>AL_POSITION</constant> (array(float,float,float)),
<constant>AL_VELOCITY</constant> (array(float,float,float)),
<constant>AL_DIRECTION</constant> (array(float,float,float)).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>setting</parameter></term>
<listitem>
- <para>
+ <simpara>
Value to assign to specified <parameter>property</parameter>.
Refer to the description of <parameter>property</parameter>
for a description of the value(s) expected.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-source-stop.xml b/reference/openal/functions/openal-source-stop.xml
index eb84cd76c8f2..a2ffd49c2508 100644
--- a/reference/openal/functions/openal-source-stop.xml
+++ b/reference/openal/functions/openal-source-stop.xml
@@ -20,19 +20,19 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
&return.success;
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/functions/openal-stream.xml b/reference/openal/functions/openal-stream.xml
index 4e91bc2093fc..4c5dc9eeac23 100644
--- a/reference/openal/functions/openal-stream.xml
+++ b/reference/openal/functions/openal-stream.xml
@@ -22,39 +22,39 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
- <para>
+ <simpara>
An <link linkend="openal.resources">Open AL(Source)</link> resource
(previously created by <function>openal_source_create</function>).
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>format</parameter></term>
<listitem>
- <para>
+ <simpara>
Format of <parameter>data</parameter>, one of:
<constant>AL_FORMAT_MONO8</constant>,
<constant>AL_FORMAT_MONO16</constant>,
<constant>AL_FORMAT_STEREO8</constant>&listendand;
<constant>AL_FORMAT_STEREO16</constant>
- </para>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rate</parameter></term>
<listitem>
- <para>
+ <simpara>
Frequency of data to stream given in Hz.
- </para>
+ </simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
+ <simpara>
Returns a stream resource on success&return.falseforfailure;.
- </para>
+ </simpara>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/openal/resources.xml b/reference/openal/resources.xml
index 9d01d2cf83cd..a45474e9de76 100644
--- a/reference/openal/resources.xml
+++ b/reference/openal/resources.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<section xml:id="openal.resources" xmlns="http://docbook.org/ns/docbook">
+<section xmlns="http://docbook.org/ns/docbook" xml:id="openal.resources">
&reftitle.resources;
- <para>
+ <simpara>
This extension defines four resource types:
<emphasis>Open AL(Device)</emphasis> - Returned by <function>openal_device_open</function>,
<emphasis>Open AL(Context)</emphasis> - Returned by <function>openal_context_create</function>,
<emphasis>Open AL(Buffer)</emphasis> - Returned by <function>openal_buffer_create</function>,
and <emphasis>Open AL(Source)</emphasis> - Returned by <function>openal_source_create</function>.
- </para>
+ </simpara>
</section>
<!-- Keep this comment at the end of the file