mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
docs: retitle locations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Locations and strings for QL entities
|
||||
Providing locations in CodeQL queries
|
||||
=====================================
|
||||
|
||||
.. Not sure how much of this topic needs to change, and what the title should be
|
||||
@@ -6,8 +6,8 @@ Locations and strings for QL entities
|
||||
CodeQL includes mechanisms for extracting the location of elements in a codebase. Use these mechanisms when writing custom CodeQL queries and libraries to help display information to users.
|
||||
|
||||
|
||||
Providing locations
|
||||
-------------------
|
||||
About locations
|
||||
---------------
|
||||
|
||||
When displaying information to the user, LGTM needs to be able to extract location information from the results of a query. In order to do this, all QL classes which can provide location information should do this by using one of the following mechanisms:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user