mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
19 lines
713 B
HTML
19 lines
713 B
HTML
<!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>Paths and Symbols</h3>
|
|
<p>Click the <b>Paths and Symbols</b> tab, you can define include paths and preprocessor symbols for the parser.
|
|
This 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. Include paths are also used by the builder to locate files that
|
|
are not in the workspace.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|