Skip to content

Commit 7372562

Browse files
committed
Fix heading indicator syntax length
1 parent 1228a83 commit 7372562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-java-and-kotlin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Publish data extension files in a CodeQL model pack to share
5757
You can group one or more data extention files into a CodeQL model pack and publish it to the GitHub Container Registry. This makes it easy for anyone to download the model pack and use it to extend their analysis. For more information, see "`Creating a CodeQL model pack <https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-and-working-with-codeql-packs#creating-a-codeql-model-pack/>`__ and `Publishing and using CodeQL packs <https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs/>`__ in the CodeQL CLI documentation.
5858

5959
Extensible predicates used to create custom models in Java and Kotlin
60-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6161

6262
The CodeQL library for Java and Kotlin analysis exposes the following extensible predicates:
6363

@@ -69,7 +69,7 @@ The CodeQL library for Java and Kotlin analysis exposes the following extensible
6969
The extensible predicates are populated using data extensions specified in YAML files.
7070

7171
Examples of custom model definitions
72-
--------------------------------------
72+
------------------------------------
7373

7474
The examples in this section are taken from the standard CodeQL Java query pack published by GitHub. They demonstrate how to add tuples to extend extensible predicates that are used by the standard queries.
7575

0 commit comments

Comments
 (0)