Skip to content

Commit 246772c

Browse files
haszihaszi
andauthored
Update FFI constant ID (#3214)
* Update FFI constant ID to standard class constant ID format Co-authored-by: haszi <[email protected]>
1 parent a866f72 commit 246772c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/ffi/ffi.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<modifier>public</modifier>
5050
<modifier>const</modifier>
5151
<type>int</type>
52-
<varname linkend="ffi-ffi.constants.biggest-alignment">FFI::__BIGGEST_ALIGNMENT__</varname>
52+
<varname linkend="ffi.constants.biggest-alignment">FFI::__BIGGEST_ALIGNMENT__</varname>
5353
</fieldsynopsis>
5454

5555
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
@@ -64,7 +64,7 @@
6464
<section xml:id="ffi-ffi.constants">
6565
&reftitle.constants;
6666
<variablelist>
67-
<varlistentry xml:id="ffi-ffi.constants.biggest-alignment">
67+
<varlistentry xml:id="ffi.constants.biggest-alignment">
6868
<term><constant>FFI::__BIGGEST_ALIGNMENT__</constant></term>
6969
<listitem>
7070
<para/>

0 commit comments

Comments
 (0)