C++: Revert doc-related changes to dbscheme

These changes to the dbscheme were made in 7cc1442ecb and a98aae0a24
without a corresponding upgrade script in the internal repo.
This commit is contained in:
Jonas Jensen
2019-02-01 09:57:16 +01:00
parent ee4526687d
commit e81d197ebd

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