Skip to content

Commit 341a119

Browse files
committed
language reference section on 'extensible' annotation
1 parent bd3bcf9 commit 341a119

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ For example, the name ``DataFlowNode`` is deprecated and has the following QLDoc
165165
166166
This QLDoc comment appears when you use the name ``DataFlowNode`` in a QL editor.
167167

168+
.. index:: extensible
169+
.. _extensible:
170+
171+
``extensible``
172+
==============
173+
174+
**Available for**: |non-member predicates|
175+
176+
The ``extensible`` annotation is used to mark predicates that are populated at evaluation time through data extensions.
177+
168178
.. index:: external
169179
.. _external:
170180

0 commit comments

Comments
 (0)