1
0
Fork 0
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:
Vivian Kong 2007-05-23 00:19:51 +00:00
parent 835ce9f909
commit 5d3d4b883b
10 changed files with 13 additions and 13 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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">