Skip to content

Commit f36d77f

Browse files
committed
Bulk fix: Remove Microsoft Docs title suffix
1 parent 96afa49 commit f36d77f

36 files changed

+58
-57
lines changed

docs/atl/object-safety-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: Object Safety Classes"
3-
title: "Object Safety Classes (ATL)| Microsoft Docs"
3+
title: Object Safety Classes (ATL)
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
66
helpviewer_keywords: ["safety classes", "object safety classes"]

docs/atl/reference/atl-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: ATL classes and structs"
3-
title: "ATL classes and structs| Microsoft Docs"
3+
title: ATL classes and structs
44
ms.date: "05/03/2018"
55
helpviewer_keywords: ["classes [C++], ATL", "ATL, classes"]
66
---

docs/build/reference/nmake-property-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: NMake Property Page"
3-
title: "NMake Property Page (Windows C++)| Microsoft Docs"
3+
title: NMake Property Page (Windows C++)
44
ms.date: "11/04/2016"
55
f1_keywords: ["VC.Project.VCNMakeTool.ReBuildCommandLine", "VC.Project.VCNMakeTool.CleanCommandLine", "VC.Project.VCNMakeTool.Output", "VC.Project.VCNMakeTool.BuildCommandLine"]
66
helpviewer_keywords: ["NMake property page"]

docs/linux/prop-pages/debugging-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Debugger Properties (Linux C++)| Microsoft Docs"
2+
title: Debugger Properties (Linux C++)
33
description: "Describes the Microsoft Visual Studio Linux C++ debugger properties"
44
ms.date: "06/07/2019"
55
ms.assetid: 0c1c0fcc-a49b-451c-a5cb-ce9711fac064

docs/linux/prop-pages/makefile-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: Makefile Project Properties (Linux C++)"
3-
title: "General Properties (Linux C++ Makefile Project)| Microsoft Docs"
3+
title: General Properties (Linux C++ Makefile Project)
44
ms.date: "06/07/2019"
55
ms.assetid: 3dec6853-43f6-412b-9806-9bfad333a204
66
---

docs/standard-library/array-class-stl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: array Class (C++ Standard Library)"
3-
title: "array Class (C++ Standard Library)| Microsoft Docs"
3+
title: array Class (C++ Standard Library)
44
ms.date: 06/07/2022
55
f1_keywords: ["array/std::array", "array/std::array::const_iterator", "array/std::array::const_pointer", "array/std::array::const_reference", "array/std::array::const_reverse_iterator", "array/std::array::difference_type", "array/std::array::iterator", "array/std::array::pointer", "array/std::array::reference", "array/std::array::reverse_iterator", "array/std::array::size_type", "array/std::array::value_type", "array/std::array::assign", "array/std::array::at", "array/std::array::back", "array/std::array::begin", "array/std::array::cbegin", "array/std::array::cend", "array/std::array::crbegin", "array/std::array::crend", "array/std::array::data", "array/std::array::empty", "array/std::array::end", "array/std::array::fill", "array/std::array::front", "array/std::array::max_size", "array/std::array::rbegin", "array/std::array::rend", "array/std::array::size", "array/std::array::swap", "array/std::array::operator=", "array/std::array::operator[]"]
66
helpviewer_keywords: ["std::array [C++]", "std::array [C++], const_iterator", "std::array [C++], const_pointer", "std::array [C++], const_reference", "std::array [C++], const_reverse_iterator", "std::array [C++], difference_type", "std::array [C++], iterator", "std::array [C++], pointer", "std::array [C++], reference", "std::array [C++], reverse_iterator", "std::array [C++], size_type", "std::array [C++], value_type", "std::array [C++], assign", "std::array [C++], at", "std::array [C++], back", "std::array [C++], begin", "std::array [C++], cbegin", "std::array [C++], cend", "std::array [C++], crbegin", "std::array [C++], crend", "std::array [C++], data", "std::array [C++], empty", "std::array [C++], end", "std::array [C++], fill", "std::array [C++], front", "std::array [C++], max_size", "std::array [C++], rbegin", "std::array [C++], rend", "std::array [C++], size", "std::array [C++], swap", ", ", "std::array [C++], const_iterator", "std::array [C++], const_pointer", "std::array [C++], const_reference", "std::array [C++], const_reverse_iterator", "std::array [C++], difference_type", "std::array [C++], iterator", "std::array [C++], pointer", "std::array [C++], reference", "std::array [C++], reverse_iterator", "std::array [C++], size_type", "std::array [C++], value_type", "std::array [C++], assign", "std::array [C++], at", "std::array [C++], back", "std::array [C++], begin", "std::array [C++], cbegin", "std::array [C++], cend", "std::array [C++], crbegin", "std::array [C++], crend", "std::array [C++], data", "std::array [C++], empty", "std::array [C++], end", "std::array [C++], fill", "std::array [C++], front", "std::array [C++], max_size", "std::array [C++], rbegin", "std::array [C++], rend", "std::array [C++], size", "std::array [C++], swap"]

docs/standard-library/basic-istream-view-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "basic_istream_view class (C++ Standard Library)| Microsoft Docs"
2+
title: basic_istream_view class (C++ Standard Library)
33
description: "API reference for the Standard Template Library (STL) <ranges> basic_istream_view class, which reads (using operator>>) successive elements from an input stream. Also includes the istream_view and wistream_view specializations."
44
ms.date: 11/07/2022
55
f1_keywords: ["ranges/std::basic_istream_view", "ranges/std::istream_view", "ranges/std::wistream_view", "ranges/std::basic_istream_view::begin", "ranges/std::basic_istream_view::end", "ranges/std::istream_view::begin", "ranges/std::istream_view::end", "ranges/std::wistream_view::begin", "ranges/std::wistream_view::end"]
@@ -211,4 +211,4 @@ None.
211211
## See also
212212

213213
[`<ranges>`](ranges.md)\
214-
[View classes](view-classes.md)
214+
[View classes](view-classes.md)

docs/standard-library/common-view-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "common_view class (C++ Standard Library)| Microsoft Docs"
2+
title: common_view class (C++ Standard Library)
33
description: "API reference for the Standard Template Library (STL) <ranges> common_view class, which takes a view that has different iterator and sentinel types and creates a view that has the same iterator and sentinel type."
44
ms.date: 09/27/2022
55
f1_keywords: ["ranges/std::common_view", "ranges/std::common_view::base", "ranges/std::common_view::begin", "ranges/std::common_view::end", "ranges/std::common_view::size", "ranges/std::common_view::empty", "ranges/std::common_view::operator bool", "ranges/std::common_view::data", "ranges/std::common_view::back", "ranges/std::common_view::front", "ranges/std::common_view::operator[]"]

docs/standard-library/drop-view-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "drop_view class (C++ Standard Library)| Microsoft Docs"
2+
title: drop_view class (C++ Standard Library)
33
description: "API reference for the Standard Template Library (STL) <ranges> drop_view class, which creates a view from another view, skipping the first count elements."
44
ms.date: 10/19/2022
55
f1_keywords: ["ranges/std::drop_view", "ranges/std::drop_view::base", "ranges/std::drop_view::begin", "ranges/std::drop_view::data", "ranges/std::drop_view::empty", "ranges/std::drop_view::end", "ranges/std::drop_view::size", "ranges/std::drop_view::operator bool", "ranges/std::drop_view::back", "ranges/std::drop_view::front", "ranges/std::drop_view::operator[]"]
@@ -204,4 +204,4 @@ The underlying range must satisfy [`sized_range`](range-concepts.md#sized_range)
204204
[`drop` range adaptor](range-adaptors.md#drop)\
205205
[`take_while()`](range-adaptors.md#take_while)\
206206
[`take_while_view`](take-while-view-class.md)\
207-
[View classes](view-classes.md)
207+
[View classes](view-classes.md)

docs/standard-library/drop-while-view-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "drop_while_view class (C++ Standard Library)| Microsoft Docs"
2+
title: drop_while_view class (C++ Standard Library)
33
description: "API reference for the Standard Template Library (STL) <ranges> drop_while_view class, which is a view that contains those elements of a range that remain once the leading elements that match a predicate are dropped."
44
ms.date: 08/04/2022
55
f1_keywords: ["ranges/std::drop_while_view", "ranges/std::drop_while_view::base", "ranges/std::drop_while_view::begin", "ranges/std::drop_while_view::data", "ranges/std::drop_while_view::empty", "ranges/std::drop_while_view::end", "ranges/std::drop_while_view::size", "ranges/std::drop_while_view::operator bool", "ranges/std::drop_while_view::pred", "ranges/std::drop_while_view::back", "ranges/std::drop_while_view::front", "ranges/std::drop_while_view::operator[]"]
@@ -228,4 +228,4 @@ false
228228
[`drop_while` range adaptor](range-adaptors.md#drop_while)\
229229
[`take_while` range adaptor](range-adaptors.md#take_while)\
230230
[`take_while_view`](take-while-view-class.md)\
231-
[view classes](view-classes.md)
231+
[view classes](view-classes.md)

0 commit comments

Comments
 (0)