Skip to content

Commit b9eb278

Browse files
committed
Add new file to index
1 parent 98eb848 commit b9eb278

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/codeql/codeql-cli/extractor-options.rst

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

66
The CodeQL CLI uses special programs, called extractors, to extract information from the source code of a
7-
software system into a database that can be queried. You can customize the behavior of extractors by
7+
software system into a database that can be queried. You can customize the behavior of extractors by
88
setting extractor configuration options through the CodeQL CLI.
99

1010
About extractor options

docs/codeql/codeql-cli/using-the-codeql-cli.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ See the following links to learn how to get set up and run CodeQL commands:
1818
<creating-codeql-databases>`: Create relational
1919
representations of source code that can be queried like any other database.
2020

21+
- :doc:`Extractor options
22+
<extractor-options>`: Set options for the
23+
behavior of extractors that create CodeQL databases.
24+
2125
- :doc:`Analyzing CodeQL databases with the CodeQL CLI
2226
<analyzing-databases-with-the-codeql-cli>`: Analyze your code using queries
2327
written in a specially-designed, object-oriented query language.
@@ -57,6 +61,7 @@ See the following links to learn how to get set up and run CodeQL commands:
5761
about-the-codeql-cli
5862
getting-started-with-the-codeql-cli
5963
creating-codeql-databases
64+
extractor-options
6065
analyzing-databases-with-the-codeql-cli
6166
upgrading-codeql-databases
6267
using-custom-queries-with-the-codeql-cli

0 commit comments

Comments
 (0)