mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
fix for bug 188517 - Inconsistencies in title and header tags in user docs
This commit is contained in:
parent
835ce9f909
commit
5d3d4b883b
10 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Error Parsers, C/C++ Properties window</title>
|
||||
<title>Error Parsers, C/C++ Preferences window</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
<h1>Common page, Run or Debug dialog box</h1>
|
||||
|
||||
<p>The Main page of the Run and Debug dialog boxes lets you specify
|
||||
<p>The Common page of the Run and Debug dialog boxes lets you specify
|
||||
the location in which to store your run configuration and how you access it, how standard input and output is handled, and if background launches are enabled or not.</p>
|
||||
|
||||
<img src="../images/run_debug_common.png" />
|
||||
<p />
|
||||
<img src="../images/run_debug_common.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="580" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr><th>Component</th><th>Description</th></tr>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Building manually</title>
|
||||
<title>Building a CDT project</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Controlling debug execution in the Debug view</title>
|
||||
<title>Controlling debug execution</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Stepping into assembler functions</title>
|
||||
<title>Stepping into disassembled code</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Filtering the Tasks view</title>
|
||||
<title>Filtering the Problems view</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Navigating to C/C++ declaration</h1>
|
||||
<h1>Navigating to C/C++ declarations</h1>
|
||||
|
||||
<p>The Open Declaration feature lets you navigate to the declaration that matches a
|
||||
selected element in the C/C++ editor. It is recommended that you look for
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Navigating to C/C++ declarations</title>
|
||||
<title>Navigating to C/C++ definitions</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Navigating to C/C++ definition</h1>
|
||||
<h1>Navigating to C/C++ definitions</h1>
|
||||
|
||||
<p>The Open Definition feature lets you navigate to the definition that matches a
|
||||
selected element in the C/C++ editor. It is recommended that you look for
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Selecting a deployment platform</title>
|
||||
<title>Selecting a project type</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</topic>
|
||||
<topic label="Shift lines of code to the left or right" href="tasks/cdt_t_shift_code.htm"/>
|
||||
<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_declarations.htm"/>
|
||||
<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_definitions.htm"/>
|
||||
<topic label="Navigate to C/C++ definitions by name" href="tasks/cdt_t_open_definitions.htm"/>
|
||||
<topic label="Refactoring" href="tasks/cdt_t_refactoring.htm"/>
|
||||
</topic>
|
||||
<topic label="Building projects" href="tasks/cdt_o_build_task.htm">
|
||||
|
|
Loading…
Add table
Reference in a new issue