diff --git a/web/documentation/index.html b/web/documentation/index.html index be8d19e8..71815b14 100644 --- a/web/documentation/index.html +++ b/web/documentation/index.html @@ -1107,7 +1107,7 @@

Snippets

-

A code snippet contains the line of interest for the currently active symbols. Other symbols that were analyzed by Coati are framed by a box when hovered. In case the snippet is part of a class, function or namespace, an additional line at the top of the snippet provides information about the snippet’s context (e.g. the surrounding scope).

+

A code snippet contains the lines of interest for the currently active symbol surrounded by some more lines to provide some context. Other symbols that were analyzed by Coati are framed by a box when hovered. Here Coati distinguishes between local symbols and symbols that can be related to any other part of the code base. In case the snippet is part of a class, function or namespace, an additional line at the top of the snippet provides information about the snippet’s context (e.g. the surrounding scope).

@@ -1117,6 +1117,7 @@