This commit is contained in:
omahs 2023-09-04 10:06:37 +02:00 коммит произвёл Owen Mansel-Chan
Родитель f58dd7303c
Коммит 278d0fb798
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -30,7 +30,7 @@ Valid QL comments are known as QLDoc. This document describes the recommended st
1. Public declarations must be documented.
1. Non-public declarations should be documented.
1. Declarations in query files should be documented.
1. Library files (`.qll` files) should be have a documentation comment at the top of the file.
1. Library files (`.qll` files) should have a documentation comment at the top of the file.
1. Query files, except for tests, must have a QLDoc query documentation comment at the top of the file.
## QLDoc for predicates