diff -r 94f0017f9372 -r a51f82458a1b eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html --- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html Sun Sep 06 12:19:56 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html Sun Sep 06 12:33:50 2020 +0200 @@ -62,6 +62,10 @@ <td><a href="#readmodule_ex">readmodule_ex</a></td> <td>Read a JavaScript file and return a dictionary of functions and variables.</td> </tr> +<tr> +<td><a href="#scan">scan</a></td> +<td>Public method to scan the given source text.</td> +</tr> </table> <hr /> <hr /> @@ -458,4 +462,41 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="scan" ID="scan"></a> +<h2>scan</h2> +<b>scan</b>(<i>src, file, module</i>) + +<p> + Public method to scan the given source text. +</p> +<dl> + +<dt><i>src</i> (str)</dt> +<dd> +source text to be scanned +</dd> +<dt><i>file</i> (str)</dt> +<dd> +file name associated with the source text +</dd> +<dt><i>module</i> (str)</dt> +<dd> +module name associated with the source text +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +dictionary containing the extracted data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file