diff options
author | Chimrod <> | 2024-12-09 10:38:12 +0100 |
---|---|---|
committer | Chimrod <> | 2024-12-09 10:38:12 +0100 |
commit | cd25e70d1623ac5bd50be1ca2b30db793063c1cc (patch) | |
tree | a72094d235c42c5c4f2099ebe4cedd35be6aff40 /lib/checks/nested_strings.mli | |
parent | 65164f2ebe61a566d96119c2cde23eee6771007b (diff) |
Added documentation
Diffstat (limited to 'lib/checks/nested_strings.mli')
-rw-r--r-- | lib/checks/nested_strings.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/checks/nested_strings.mli b/lib/checks/nested_strings.mli index 6446c67..1ef2e33 100644 --- a/lib/checks/nested_strings.mli +++ b/lib/checks/nested_strings.mli @@ -1 +1,3 @@ include Qsp_syntax.S.Analyzer +(** The module [Nested_strings] report errors for each unnecessary raw string + encoded inside a string expression *) |