language/context/parameters.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="context.params" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="context.params" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>Context parameters</refname>
7
7
<refpurpose>Context parameter listing</refpurpose>
...
...
@@ -29,7 +29,8 @@
29
29
A <type>callable</type> to be called when an event occurs on a stream.
30
30
</para>
31
31
<para>
32
-
See <function>stream_notification_callback</function> for more details.
32
+
See <link linkend="function.stream-notification-callback">
33
+
stream_notification_callback</link> for more details.
33
34
</para>
34
35
</listitem>
35
36
</varlistentry>
36
37