Skip to content

Commit 1ec2c25

Browse files
committed
fix documentation generator problem
1 parent a354e77 commit 1ec2c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/codeql/ql-language-reference/annotations.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ without ``external``, the compiler will report an error.
179179
``final``
180180
=========
181181

182-
**Available for**: |classes|, |type aliases|, |member predicates|, |fields|
182+
**Available for**: |classes|, |type-aliases|, |member predicates|, |fields|
183183

184184
The ``final`` annotation is applied to names that can't be overridden or extended.
185185
In other words, a final class or a final type alias can't act as a base type for any other types,
@@ -453,5 +453,6 @@ The ``bindingset`` annotation takes a comma-separated list of variables.
453453
.. |fields| replace:: :ref:`fields <fields>`
454454
.. |modules| replace:: :ref:`modules <modules>`
455455
.. |aliases| replace:: :ref:`aliases <aliases>`
456+
.. |type-aliases| replace:: :ref:`type aliases <type-aliases>`
456457
.. |algebraic datatypes| replace:: :ref:`algebraic datatypes <algebraic-datatypes>`
457458
.. |expressions| replace:: :ref:`expressions <expressions>`

0 commit comments

Comments
 (0)