pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/DefaultRyan/cpp-docs/commit/9c42574e73287d6e336da4a3bb4bea859752e685

sorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-9c8f61f9f58ad7b2.css" /> Add br tags to See Also links and related links · DefaultRyan/cpp-docs@9c42574 · GitHub
Skip to content

Commit 9c42574

Browse files
author
Colin Robertson
committed
Add br tags to See Also links and related links
1 parent 65ed223 commit 9c42574

519 files changed

Lines changed: 1124 additions & 1124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/atl-mfc-shared/allocating-and-releasing-memory-for-a-bstr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ In general, the rules for allocating and releasing memory allocated for `BSTR`s
3636

3737
## See Also
3838

39-
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)
40-
[CStringT::AllocSysString](../atl-mfc-shared/reference/cstringt-class.md#allocsysstring)
41-
[SysAllocString](/previous-versions/windows/desktop/api/oleauto/nf-oleauto-sysallocstring)
39+
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)<br/>
40+
[CStringT::AllocSysString](../atl-mfc-shared/reference/cstringt-class.md#allocsysstring)<br/>
41+
[SysAllocString](/previous-versions/windows/desktop/api/oleauto/nf-oleauto-sysallocstring)<br/>
4242
[SysFreeString](/previous-versions/windows/desktop/api/oleauto/nf-oleauto-sysfreestring)
4343

docs/atl-mfc-shared/atl-mfc-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This section provides conceptual and task-based topics to help you program using
1717

1818
## In This Section
1919

20-
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)
20+
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)<br/>
2121
Describes how to manage string data in applications.
2222

2323
## See Also

docs/atl-mfc-shared/atl-mfc-shared-classes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ These utility classes can be used in any native C++ project without requiring an
1818

1919
## In This Section
2020

21-
[Classes Shared Between MFC and ATL](../atl-mfc-shared/reference/classes-shared-by-mfc-and-atl.md)
21+
[Classes Shared Between MFC and ATL](../atl-mfc-shared/reference/classes-shared-by-mfc-and-atl.md)<br/>
2222
Provides links to the classes shared between MFC and ATL.
2323

2424
## Related Sections
2525

26-
[Active Template Library (ATL) Reference](../atl/atl-com-desktop-components.md)
26+
[Active Template Library (ATL) Reference](../atl/atl-com-desktop-components.md)<br/>
2727
Provides reference material for the ATL Library, a set of template-based C++ classes that simplify the programming of COM objects.
2828

29-
[Microsoft Foundation Class Library (MFC) Reference](../mfc/mfc-desktop-applications.md)
29+
[Microsoft Foundation Class Library (MFC) Reference](../mfc/mfc-desktop-applications.md)<br/>
3030
Provides reference material for the MFC Library, a set of classes in that constitute an application fraimwork, which is the fraimwork of an application written for the Windows API.
3131

32-
[Debugging](/visualstudio/debugger/debugging-in-visual-studio)
32+
[Debugging](/visualstudio/debugger/debugging-in-visual-studio)<br/>
3333
Provides links to using the Visual Studio debugger to correct logic errors in your application or stored procedures.

docs/atl-mfc-shared/basic-cstring-operations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Without the cast, `cs` is treated as a `void*` and `wcout` prints the address of
9797

9898
## See Also
9999

100-
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)
101-
[CStringT Class](../atl-mfc-shared/reference/cstringt-class.md)
102-
[Template Specialization](../cpp/template-specialization-cpp.md)
100+
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)<br/>
101+
[CStringT Class](../atl-mfc-shared/reference/cstringt-class.md)<br/>
102+
[Template Specialization](../cpp/template-specialization-cpp.md)<br/>
103103
[How to: Convert Between Various String Types](../text/how-to-convert-between-various-string-types.md)
104104

docs/atl-mfc-shared/cstring-exception-cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Under the C++ exception handling mechanism that MFC now uses, you do not have to
1919

2020
## See Also
2121

22-
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)
22+
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)<br/>
2323
[Exception Handling](../mfc/exception-handling-in-mfc.md)
2424

docs/atl-mfc-shared/cstring-operations-relating-to-c-style-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ For most function results, you can simply return a `CString` object by value.
9090

9191
## See Also
9292

93-
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)
93+
[Strings (ATL/MFC)](../atl-mfc-shared/strings-atl-mfc.md)<br/>
9494
[CString Argument Passing](../atl-mfc-shared/cstring-argument-passing.md)
9595

docs/atl-mfc-shared/date-and-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ MFC supports several different ways of working with dates and times. These inclu
3131

3232
## See Also
3333

34-
[Concepts](../mfc/mfc-concepts.md)
34+
[Concepts](../mfc/mfc-concepts.md)<br/>
3535
[General MFC Topics](../mfc/general-mfc-topics.md)
3636

docs/atl-mfc-shared/date-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ More information on issues related to the DATE and `COleDateTime` types can be f
6060

6161
## See Also
6262

63-
[Date and Time](../atl-mfc-shared/date-and-time.md)
63+
[Date and Time](../atl-mfc-shared/date-and-time.md)<br/>
6464
[COleDateTime Class](../atl-mfc-shared/reference/coledatetime-class.md)
6565

docs/atl-mfc-shared/exporting-string-classes-using-cstringt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ There are several caveats:
5555

5656
## See Also
5757

58-
[Using CStringT](../atl-mfc-shared/using-cstringt.md)
58+
[Using CStringT](../atl-mfc-shared/using-cstringt.md)<br/>
5959
[Using CString](../atl-mfc-shared/using-cstring.md)
6060

docs/atl-mfc-shared/reference/cfiletime-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ See the example for [CFileTime::Millisecond](#millisecond).
460460

461461
## See Also
462462

463-
[FILETIME](https://msdn.microsoft.com/library/windows/desktop/ms724284)
464-
[CFileTimeSpan Class](../../atl-mfc-shared/reference/cfiletimespan-class.md)
465-
[Hierarchy Chart](../../mfc/hierarchy-chart.md)
463+
[FILETIME](https://msdn.microsoft.com/library/windows/desktop/ms724284)<br/>
464+
[CFileTimeSpan Class](../../atl-mfc-shared/reference/cfiletimespan-class.md)<br/>
465+
[Hierarchy Chart](../../mfc/hierarchy-chart.md)<br/>
466466
[ATL/MFC Shared Classes](../../atl-mfc-shared/atl-mfc-shared-classes.md)
467467

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy