Skip to content

Commit deb47e3

Browse files
committed
fix underlines
1 parent ee9873f commit deb47e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/codeql/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-java-programs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _abstract-syntax-tree-classes-for-working-with-java-programs:
22

33
Abstract syntax tree classes for working with Java and Kotlin programs
4-
===========================================================
4+
======================================================================
55

66
CodeQL has a large selection of classes for representing the abstract syntax tree of Java and Kotlin programs.
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:nosearch:
55

66
Customizing Library Models for Java and Kotlin
7-
===================================
7+
==============================================
88

99
.. include:: ../reusables/beta-note-customizing-library-models.rst
1010

docs/codeql/codeql-language-guides/overflow-prone-comparisons-in-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _overflow-prone-comparisons-in-java:
22

33
Overflow-prone comparisons in Java and Kotlin
4-
==================================
4+
=============================================
55

66
You can use CodeQL to check for comparisons in Java/Kotlin code where one side of the comparison is prone to overflow.
77

docs/codeql/codeql-language-guides/types-in-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _types-in-java:
22

33
Types in Java and Kotlin
4-
=============
4+
========================
55

66
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.
77

0 commit comments

Comments
 (0)