14 |
14 |
15 <h3>Modules</h3> |
15 <h3>Modules</h3> |
16 <table> |
16 <table> |
17 |
17 |
18 <tr> |
18 <tr> |
19 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html">SyntaxCheck</a></td> |
|
20 <td>Module implementing the syntax check for Python 3.</td> |
|
21 </tr> |
|
22 <tr> |
|
23 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html">SyntaxCheckService</a></td> |
19 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html">SyntaxCheckService</a></td> |
24 <td>Module implementing an interface to add different languages to do a syntax check.</td> |
20 <td>Module implementing an interface to add different languages to do a syntax check.</td> |
25 </tr> |
21 </tr> |
26 <tr> |
22 <tr> |
27 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html">SyntaxCheckerDialog</a></td> |
23 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html">SyntaxCheckerDialog</a></td> |
34 <tr> |
30 <tr> |
35 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html">jsonCheckSyntax</a></td> |
31 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html">jsonCheckSyntax</a></td> |
36 <td>Module implementing the syntax check for JSON.</td> |
32 <td>Module implementing the syntax check for JSON.</td> |
37 </tr> |
33 </tr> |
38 <tr> |
34 <tr> |
|
35 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html">pyCheckSyntax</a></td> |
|
36 <td>Module implementing the syntax check for Python 3.</td> |
|
37 </tr> |
|
38 <tr> |
39 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html">tomlCheckSyntax</a></td> |
39 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html">tomlCheckSyntax</a></td> |
40 <td>Module implementing the syntax check for TOML.</td> |
40 <td>Module implementing the syntax check for TOML.</td> |
41 </tr> |
41 </tr> |
42 <tr> |
42 <tr> |
43 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html">yamlCheckSyntax</a></td> |
43 <td><a href="eric7.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html">yamlCheckSyntax</a></td> |