fix underlines

This commit is contained in:
Sarita Iyer
2023-09-27 15:01:42 -04:00
parent ee9873fdce
commit deb47e34b8
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.. _abstract-syntax-tree-classes-for-working-with-java-programs:
Abstract syntax tree classes for working with Java and Kotlin programs
===========================================================
======================================================================
CodeQL has a large selection of classes for representing the abstract syntax tree of Java and Kotlin programs.

View File

@@ -4,7 +4,7 @@
:nosearch:
Customizing Library Models for Java and Kotlin
===================================
==============================================
.. include:: ../reusables/beta-note-customizing-library-models.rst

View File

@@ -1,7 +1,7 @@
.. _overflow-prone-comparisons-in-java:
Overflow-prone comparisons in Java and Kotlin
==================================
=============================================
You can use CodeQL to check for comparisons in Java/Kotlin code where one side of the comparison is prone to overflow.

View File

@@ -1,7 +1,7 @@
.. _types-in-java:
Types in Java and Kotlin
=============
========================
You can use CodeQL to find out information about data types used in Java/Kotlin code. This allows you to write queries to identify specific type-related issues.