Skip to content

Commit 64e09ae

Browse files
committed
Fix: xref not working?
php/doc-en@b904311
1 parent c860a5c commit 64e09ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/com/functions/com-load-typelib.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 20216b916ed583938672cd09c2c2f430351430d1 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: b9043112d87ec0ca6db17276d7013acc2368ed33 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55
<refentry xml:id="function.com-load-typelib" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -21,12 +21,13 @@
2121
</para>
2222
<para>
2323
あまり融通の利く方法ではありませんが、
24-
<xref linkend="ini.com.typelib-file"/> 設定を利用して定数の
24+
<link linkend="ini.com.typelib-file">com.typelib-file</link>
25+
&php.ini; 設定を利用して定数の
2526
事前読み込みと登録をすませるほうがずっと効率的であることに
2627
注意しましょう。
2728
</para>
2829
<para>
29-
<xref linkend="ini.com.autoregister-typelib"/> を有効にすると、
30+
<link linkend="ini.com.autoregister-typelib">com.autoregister-typelib</link> を有効にすると、
3031
PHP がインスタンス化した COM オブジェクトに関連付けられている定数を
3132
自動的に登録しようと試みます。これは COM オブジェクト自身の提供する
3233
インターフェイスに依存し、常に可能であるとは限りません。

0 commit comments

Comments
 (0)