Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c205d6d98bb1edca8b8f46196cd6c1cccc032894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Tutorial</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Discovery Options</h3>
<p>Click the <b>Discovery Options</b> tab.  This page defines the configuration for autodiscovery of include paths and preprocessor symbols for the parser which 
enables the parser to understand the contents of the C/C++ source code so that you may more effectively use the search and code completion features. </p>
<p>Select the <b>Automate scanner configuration discovery</b> checkbox to configure the scanner discovery to run automatically.</p>

</body>
</html>

Back to the top