Skip to content

Commit 0cc604f

Browse files
Fixed id for enum autolinking (#4569)
1 parent 89c7c07 commit 0cc604f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/reflection/propertyhooktype.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.reflection.propertyhooktype" role="enum">
2+
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.propertyhooktype" role="enum">
33
<title>The PropertyHookType Enum</title>
44
<titleabbrev>PropertyHookType</titleabbrev>
55

66
<partintro>
7-
<section xml:id="enum.reflection.propertyhooktype.intro">
7+
<section xml:id="enum.propertyhooktype.intro">
88
&reftitle.intro;
99
<simpara>
1010
The <enumname>PropertyHookType</enumname> enum lists the legal
1111
types of <link linkend="language.oop5.property-hooks">property hook</link>.
1212
</simpara>
1313
</section>
1414

15-
<section xml:id="enum.reflection.propertyhooktype.synopsis">
15+
<section xml:id="enum.propertyhooktype.synopsis">
1616
&reftitle.enumsynopsis;
1717

1818
<enumsynopsis>

0 commit comments

Comments
 (0)