зеркало из https://github.com/github/codeql.git
Merge pull request #861 from jbj/revert-dbscheme-docs
C++: Revert doc-related changes to dbscheme
This commit is contained in:
Коммит
6243c722c6
|
@ -233,7 +233,7 @@ svnchurn(
|
|||
* The location spans column `startcolumn` of line `startline` to
|
||||
* column `endcolumn` of line `endline` in file `file`.
|
||||
* For more information, see
|
||||
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||
* [LGTM locations](https://lgtm.com/docs/ql/locations).
|
||||
*/
|
||||
locations_default(
|
||||
/** The location of an element that is not an expression or a statement. */
|
||||
|
@ -250,7 +250,7 @@ locations_default(
|
|||
* The location spans column `startcolumn` of line `startline` to
|
||||
* column `endcolumn` of line `endline` in file `file`.
|
||||
* For more information, see
|
||||
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||
* [LGTM locations](https://lgtm.com/docs/ql/locations).
|
||||
*/
|
||||
locations_stmt(
|
||||
/** The location of a statement. */
|
||||
|
@ -267,7 +267,7 @@ locations_stmt(
|
|||
* The location spans column `startcolumn` of line `startline` to
|
||||
* column `endcolumn` of line `endline` in file `file`.
|
||||
* For more information, see
|
||||
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||
* [LGTM locations](https://lgtm.com/docs/ql/locations).
|
||||
*/
|
||||
locations_expr(
|
||||
/** The location of an expression. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче