From 013d528c6b8ea8f1971c15eed29eed6bb52179af Mon Sep 17 00:00:00 2001 From: malte_langkabel Date: Thu, 21 Apr 2016 16:29:21 +0200 Subject: [PATCH] web: added local variables to documentation --- web/documentation/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@
  • Click the top line to show the whole scope around the snippet.
  • Click a boxed symbol to activate it.
  • +
  • Click a boxed local symbol to highlight all its usages in the visible code.