fix underlines

This commit is contained in:
Sarita Iyer
2023-09-21 10:08:41 -04:00
parent f04a1a534a
commit 4d9d748d51
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
.. _analyzing-data-flow-in-java:
Analyzing data flow in Java and Kotlin
===========================
======================================
You can use CodeQL to track the flow of data through a Java/Kotlin program to its use.

View File

@@ -1,7 +1,7 @@
.. _basic-query-for-javascript-code:
Basic query for JavaScript and TypeScript code
===============================
===============================================
Learn to write and run a simple CodeQL query using Visual Studio Code with the CodeQL extension.

View File

@@ -1,7 +1,7 @@
.. _codeql-library-for-java:
CodeQL library for Java and Kotlin
=======================
==================================
When you're analyzing a Java/Kotlin program, you can make use of the large collection of classes in the CodeQL library for Java/Kotlin.