Merge pull request #861 from jbj/revert-dbscheme-docs

C++: Revert doc-related changes to dbscheme
This commit is contained in:
jf205
2019-02-01 10:59:18 +00:00
committed by GitHub

View File

@@ -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. */