Revert "C++: Revert doc-related changes to dbscheme"

This reverts commit e81d197ebd.
This commit is contained in:
Geoffrey White
2019-02-05 11:30:57 +00:00
parent e55dc43111
commit 832a436a49

View File

@@ -239,7 +239,7 @@ svnchurn(
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `file`.
* For more information, see
* [LGTM locations](https://lgtm.com/docs/ql/locations).
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
locations_default(
/** The location of an element that is not an expression or a statement. */
@@ -256,7 +256,7 @@ locations_default(
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `file`.
* For more information, see
* [LGTM locations](https://lgtm.com/docs/ql/locations).
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
locations_stmt(
/** The location of a statement. */
@@ -273,7 +273,7 @@ locations_stmt(
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `file`.
* For more information, see
* [LGTM locations](https://lgtm.com/docs/ql/locations).
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
locations_expr(
/** The location of an expression. */