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 коммит произвёл GitHub
Родитель 9bfde9553d e81d197ebd
Коммит 6243c722c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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