Skip to content

Commit 3c55534

Browse files
committed
Clean up See also sections
1 parent c233e71 commit 3c55534

4 files changed

Lines changed: 0 additions & 11 deletions

File tree

docs/build/open-folder-projects-cpp.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,3 @@ To specify additional arguments, just add them in the `args` JSON array as shown
101101
```
102102

103103
When you save this file, the new configuration appears in the Debug Target dropdown and you can select it to start the debugger. You can create as many debug configurations as you like, for any number of executables. If you press **F5** now, the debugger will launch and hit any breakpoint you may have already set. All the familiar debugger windows and their functionality are now available.
104-
105-
## See also
106-
107-

docs/cppcx/weak-references-and-breaking-cycles-c-cx.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,3 @@ Class1::Class1()
4646
```
4747

4848
When an event handler throws `DisconnectedException`, it causes the event to remove the handler from the subscriber list.
49-
50-
## See also

docs/dotnet/native-and-dotnet-interoperability.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ Discusses how to use the MFC Windows Forms support classes to host Windows Forms
1818

1919
[Calling Native Functions from Managed Code](../dotnet/calling-native-functions-from-managed-code.md)<br/>
2020
Describes how non-CLR DLLs can be used from .NET applications.
21-
22-
## See also

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4211.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ int main()
2525
```
2626

2727
Such redefinitions are invalid under ANSI compatibility ([/Za](../../build/reference/za-ze-disable-language-extensions.md)).
28-
29-
## See also
30-

0 commit comments

Comments
 (0)